X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=b632297b848e849f9a48d63c6474468beb45250c;hb=a3acf0b0c46a28d6c891086e054d81dd915eea2e;hp=7ae1383c245ef8dbd69f27c16ed9e5a96a043669;hpb=4fe648861042761f3a132ba8a998aacd03ad8e4a;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 7ae1383c..b632297b 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -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 \