summaryrefslogtreecommitdiff
path: root/lib/automake.mk
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@ovn.org>2016-04-25 11:27:58 -0700
committerPravin B Shelar <pshelar@ovn.org>2016-04-27 15:00:37 -0700
commit42deb67d54cb1405e97b634709bd556bebb1d96a (patch)
tree8ca191f3ef47785954008021b9c9292d1bcae1d4 /lib/automake.mk
parentac93328273238b5dc86353222264fa4f30ad95e8 (diff)
downloadopenvswitch-42deb67d54cb1405e97b634709bd556bebb1d96a.tar.gz
Remove "VLAN splinters" feature.
The "VLAN splinters" feature works around buggy device drivers in old Linux versions. But support for the old kernel is dropped, So now all supported kernel vlan drivers should be working fine with OVS kernel datapath. Following patch removes this deprecated feature. Signed-off-by: Pravin B Shelar <pshelar@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/automake.mk')
-rw-r--r--lib/automake.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index 1ec2115ef..76dfc07e9 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -267,8 +267,6 @@ lib_libopenvswitch_la_SOURCES = \
lib/vconn.c \
lib/vlan-bitmap.c \
lib/vlan-bitmap.h \
- lib/vlandev.c \
- lib/vlandev.h \
lib/vlog.c \
lib/lldp/aa-structs.h \
lib/lldp/lldp.c \