Skip to content

Commit

Permalink
datapath: Fix build failure related to missing vlan.h
Browse files Browse the repository at this point in the history
---8<---
make[1]: Entering directory `/home/travis/build/openvswitch/ovs/datapath'
make[1]: *** No rule to make target `vlan.h', needed by `distdir'.  Stop.
make[1]: Leaving directory `/home/travis/build/openvswitch/ovs/datapath'
make: *** [distdir] Error 1
cat: */_build/tests/testsuite.log: No such file or directory

Signed-off-by: Pravin B Shelar <[email protected]>
Acked-by: Jesse Gross <[email protected]>
  • Loading branch information
pshelar committed Mar 14, 2016
1 parent 6ad62ef commit b6446b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datapath/Modules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ openvswitch_headers = \
flow.h \
flow_netlink.h \
flow_table.h \
vlan.h \
vport.h \
vport-internal_dev.h \
vport-netdev.h
Expand Down

0 comments on commit b6446b9

Please sign in to comment.