datapath: Handle duplicate netdev in netdev_rx_handler_register()
[openvswitch] / datapath / Modules.mk
index 1e8bc0479aa2900a06e3b4f81947fb4c08308a54..7ae1383c245ef8dbd69f27c16ed9e5a96a043669 100644 (file)
@@ -18,8 +18,11 @@ openvswitch_sources = \
        flow.c \
        table.c \
        vport.c \
+       vport-generic.c \
+       vport-gre.c \
        vport-internal_dev.c \
-       vport-netdev.c
+       vport-netdev.c \
+       vport-patch.c
 
 openvswitch_headers = \
        actions.h \
@@ -27,7 +30,10 @@ openvswitch_headers = \
        datapath.h \
        dp_sysfs.h \
        flow.h \
+       odp-compat.h \
+       table.h \
        vport.h \
+       vport-generic.h \
        vport-internal_dev.h \
        vport-netdev.h