]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_zebra.c
*: read and ignore srcdest routes on ZAPI
authorChristian Franke <chris@opensourcerouting.org>
Wed, 8 Jul 2015 17:48:51 +0000 (19:48 +0200)
committerChristian Franke <chris@opensourcerouting.org>
Mon, 30 Jan 2017 12:47:04 +0000 (13:47 +0100)
commit81a164e2d9919ac3a7842d5b90cd8b1dfc2a1e9a
treec98f21af8e2913805ade65b663f010d47b6c984a
parentd75f3b00e74de3350202848d62b2bfbcdd1c0dae
*: read and ignore srcdest routes on ZAPI

Since zebra might be sending srcdest routes down to the various daemons,
they need to understand the presence of the field at the very least.
Sadly, that's also the best we can do at this point since none of the
protocols has support for handling srcdest routes.  The only consistent
thing to do is to ignore them throughout.

If an administrator wants to have the srcdest route as non-srcdest in a
protocol, setting a non-srcdest static route (possibly blackhole) is
probably the best way to go.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_zebra.c
bgpd/rfapi/vnc_zebra.c
ldpd/ldp_zebra.c
ospf6d/ospf6_zebra.c
ripngd/ripng_zebra.c