[PATCH libnl v2 0/4] Add support for netconf

David Ahern dsahern at gmail.com
Wed May 3 14:05:05 PDT 2017


Add support for netconf caches.

First patch adds netconf for existing ipv4 and ipv6.
Third patch adds support to nl-monitor
Fourth patch adds netconf for MPLS.

v2
- address comments from Thomas regarding get methods

David Ahern (4):
  route: Add support for netconf
  nl-monitor: All user to specify line format
  nl-monitor: Add support for netconf caches
  route: Add support for MPLS to netconf

 Makefile.am                             |   2 +
 include/linux-private/linux/netconf.h   |  28 ++
 include/linux-private/linux/rtnetlink.h |   4 +
 include/netlink/netlink-compat.h        |   4 +
 include/netlink/route/netconf.h         |  44 +++
 lib/route/netconf.c                     | 580 ++++++++++++++++++++++++++++++++
 libnl-route-3.sym                       |  10 +
 src/nl-monitor.c                        | 113 ++++---
 8 files changed, 745 insertions(+), 40 deletions(-)
 create mode 100644 include/linux-private/linux/netconf.h
 create mode 100644 include/netlink/route/netconf.h
 create mode 100644 lib/route/netconf.c

-- 
2.1.4




More information about the libnl mailing list