X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2FModules.mk;h=b652411a45a2fdf9e2b3c9d30b66790203b6b3cc;hb=003ce655b7116d18c86a74c50391e54990346931;hp=ccf4dfac06799663e42ac80aa23ba92c5c8ebdc6;hpb=11aa8dff934c06a24ec23556c51122025c2232fa;p=sliver-openvswitch.git diff --git a/datapath/Modules.mk b/datapath/Modules.mk index ccf4dfac0..b652411a4 100644 --- a/datapath/Modules.mk +++ b/datapath/Modules.mk @@ -8,11 +8,11 @@ dist_modules = $(both_modules) # Modules to distribute openvswitch_sources = \ actions.c \ - checksum.c \ datapath.c \ dp_notify.c \ flow.c \ - vlan.c \ + flow_netlink.c \ + flow_table.c \ vport.c \ vport-gre.c \ vport-internal_dev.c \ @@ -21,10 +21,11 @@ openvswitch_sources = \ vport-vxlan.c openvswitch_headers = \ - checksum.h \ compat.h \ datapath.h \ flow.h \ + flow_netlink.h \ + flow_table.h \ vlan.h \ vport.h \ vport-internal_dev.h \