]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_zebra.c
lib: send ZAPI IPv6 source prefix
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 24 Apr 2014 15:30:26 +0000 (17:30 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Mon, 30 Jan 2017 12:47:04 +0000 (13:47 +0100)
commitd75f3b00e74de3350202848d62b2bfbcdd1c0dae
tree0c20a539e4f15602fa3d51ea58f464b6e8661df2
parent3c7c91d0bd04d4db0a47db5717d36671ecc96a1b
lib: send ZAPI IPv6 source prefix

This introduces ZAPI_MESSAGE_SRCPFX, and if set adds a source prefix
field to ZAPI IPv6 route messages sent from daemons to zebra.  The
function calls all have a new prefix_ipv6 * argument specifying the
source, or NULL.  All daemons currently supply NULL.

Zebra support for processing the field was added in the previous patch,
however, zebra does not do anything useful with the value yet.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_zebra.c
bgpd/rfapi/vnc_zebra.c
isisd/isis_zebra.c
lib/zclient.c
lib/zclient.h
ospf6d/ospf6_zebra.c
ripngd/ripng_zebra.c