]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fully decode mcast messages
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 10 Aug 2016 12:54:58 +0000 (08:54 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 17 Jan 2017 23:34:17 +0000 (18:34 -0500)
commitb339bde737fedb6d53f06b978132a046822cee4f
tree3658c0a9c4fec277139b48c9014820e0ea447c32
parenta9ea959fae3c2b985867f49dd41bdde2b54c9b83
zebra: Fully decode mcast messages

Fully decode mcast messages from the kernel.  We are not
doing anything with this at the moment, but that will
change.

Additionally convert over to using lookup for
displaying the route type.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zebra.h
zebra/if_netlink.c
zebra/kernel_netlink.c
zebra/kernel_netlink.h
zebra/rt_netlink.c