]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add multipath parsing to V6
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 Jan 2017 19:50:06 +0000 (14:50 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 1 Mar 2017 13:30:50 +0000 (08:30 -0500)
commita2ca67d1d21ee8fdf33906e12815663584634e94
treed7b257d6c9ba755d127b54661c3368dcc9f1eec2
parent89a9069abb76fb49e2b4aa4b4433a9b3eda3c850
zebra: Add multipath parsing to V6

In the near future it will be possible to recieve v6 multipath netlink
messages.  This code change is in prep for it.  In the meantime the
v6 code path will continue to work as per normal.

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