X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2FModules.mk;h=b632297b848e849f9a48d63c6474468beb45250c;hb=2b9d65898426b2e15d05dc6a9ffdbcb92933398f;hp=b2032103683be7e23f1cfbb6bb000e66398b5011;hpb=2736b84e2348090d4756f987db37aa7ddfcb50e0;p=openvswitch diff --git a/datapath/Modules.mk b/datapath/Modules.mk index b2032103..b632297b 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -17,10 +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 \ @@ -28,8 +32,11 @@ openvswitch_headers = \ datapath.h \ dp_sysfs.h \ flow.h \ + odp-compat.h \ table.h \ + tunnel.h \ vport.h \ + vport-generic.h \ vport-internal_dev.h \ vport-netdev.h