mirror of
https://github.com/openvswitch/ovs
synced 2025-10-19 14:37:21 +00:00
datapath: Cleanup netlink compat code.
Patch removes genl, netlink, rtnl compat code and dpif-linux fallback-id compat code. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
@@ -111,7 +111,6 @@ int nl_dump_done(struct nl_dump *);
|
||||
/* Miscellaneous */
|
||||
int nl_lookup_genl_family(const char *name, int *number);
|
||||
int nl_lookup_genl_mcgroup(const char *family_name, const char *group_name,
|
||||
unsigned int *multicast_group,
|
||||
unsigned int fallback);
|
||||
unsigned int *multicast_group);
|
||||
|
||||
#endif /* netlink-socket.h */
|
||||
|
Reference in New Issue
Block a user