]> git.puffer.fish Git - mirror/frr.git/commit
zebra: receive ZAPI IPv6 source prefix
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 24 Apr 2014 15:41:43 +0000 (17:41 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Mon, 30 Jan 2017 12:47:04 +0000 (13:47 +0100)
commit3c7c91d0bd04d4db0a47db5717d36671ecc96a1b
tree54872d68a9d2b69afc304c5b3676282cddcb8d75
parentba287c33cd783d365768b5e0c3261246e335a01b
zebra: receive ZAPI IPv6 source prefix

Check and read the IPv6 source prefix on ZAPI messages, and pass it down
to the RIB functions (which do nothing with it yet.)  Since the RIB
functions now all have a new extra argument, this also updates the
kernel route read functions to supply NULL.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/zclient.h
zebra/connected.c
zebra/kernel_socket.c
zebra/redistribute.c
zebra/rib.h
zebra/rt_netlink.c
zebra/rtread_getmsg.c
zebra/zebra_rib.c
zebra/zserv.c