]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
zebra: Refactor netlink interactions
authorvivek <vivek@cumulusnetworks.com>
Mon, 17 Oct 2016 19:39:55 +0000 (12:39 -0700)
committervivek <vivek@cumulusnetworks.com>
Mon, 17 Oct 2016 19:39:55 +0000 (12:39 -0700)
commit1fdc9eae2d80ec361e2a22d588944013a5d9b0b7
tree69422d28f9d412a1e972569fd6d692121ff62a4a
parent4deabffba554fdd9b25709438affcc6132f8e6b1
zebra: Refactor netlink interactions

Separate core netlink functions and library functions from route-related
interactions and interface-related interactions.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
Ticket: CM-13199
Reviewed By: CCR-5254
Testing Done: bgp-min, ospf-min
configure.ac
zebra/if_netlink.c
zebra/if_netlink.h [new file with mode: 0644]
zebra/kernel_netlink.c
zebra/kernel_netlink.h [new file with mode: 0644]
zebra/rt_netlink.c
zebra/rt_netlink.h
zebra/zebra_fpm_netlink.c