Hi everyone, all these patches are needed as part of the OVN fabric integration patcheset that will hit the mailing list in a few minutes. They do not intend to change anything for OVS, just for the libraries OVN uses from OVS.
Felix Huettner (6): netlink: Support accessing namespaces. netlink-notifier: Support network namespaces. route-table: Expose data to ovn. route-table: Expose route_table_parse. route-table: Support parsing multipath routes. route-table: Store ifindex for received routes. lib/dpif-netlink-rtnl.c | 6 +- lib/dpif-netlink.c | 22 ++-- lib/netdev-linux.c | 6 +- lib/netlink-conntrack.c | 20 ++-- lib/netlink-notifier.c | 10 +- lib/netlink-notifier.h | 3 +- lib/netlink-socket.c | 110 +++++++++++++---- lib/netlink-socket.h | 8 +- lib/route-table.c | 212 +++++++++++++++++++++++---------- lib/route-table.h | 43 ++++++- lib/rtnetlink.c | 2 +- lib/tc.c | 8 +- tests/test-netlink-conntrack.c | 2 +- 13 files changed, 331 insertions(+), 121 deletions(-) base-commit: 2c7e2d58c30361de56dcae81cb31e399db1ad73c -- 2.47.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
