debian: Add support for GRE-over-IPsec
[openvswitch] / datapath / Modules.mk
index 7ae1383c245ef8dbd69f27c16ed9e5a96a043669..b632297b848e849f9a48d63c6474468beb45250c 100644 (file)
@@ -17,7 +17,9 @@ openvswitch_sources = \
        dp_sysfs_if.c \
        flow.c \
        table.c \
+       tunnel.c \
        vport.c \
+       vport-capwap.c \
        vport-generic.c \
        vport-gre.c \
        vport-internal_dev.c \
@@ -32,6 +34,7 @@ openvswitch_headers = \
        flow.h \
        odp-compat.h \
        table.h \
+       tunnel.h \
        vport.h \
        vport-generic.h \
        vport-internal_dev.h \