X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=b632297b848e849f9a48d63c6474468beb45250c;hb=4a4cdb3b24f582e6a751a7a67bf4cbdbd071fcf6;hp=37777436b3b5ed43580a40d946552f458674d835;hpb=b19e8815add8374089c8a90fd276ba65c151416a;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index 37777436..b632297b 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -17,11 +17,14 @@ 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 \ - vport-netdev.c + vport-netdev.c \ + vport-patch.c openvswitch_headers = \ actions.h \ @@ -31,6 +34,7 @@ openvswitch_headers = \ flow.h \ odp-compat.h \ table.h \ + tunnel.h \ vport.h \ vport-generic.h \ vport-internal_dev.h \