]> git.puffer.fish Git - mirror/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>
Thu, 22 Dec 2016 01:26:06 +0000 (20:26 -0500)
commit90d82769a88020c485118bc76faff15a2c8648cf
treee76a2f0884e508c3222447743b69df28798ccf62
parent163a4c3b32128eebeaca411e1d10ce5341a07ac2
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