mirror of
https://github.com/openvswitch/ovs
synced 2025-10-29 15:28:56 +00:00
datapath: Fix build failure related to missing vlan.h
---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 <pshelar@ovn.org> Acked-by: Jesse Gross <jesse@kernel.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user