]> git.proxmox.com Git - mirror_frr.git/commit - zebra/kernel_socket.c
lib, zebra: Allow protocols to use Distance as part of RR semantics
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 22 Jun 2018 01:49:03 +0000 (21:49 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 29 Jul 2018 16:43:23 +0000 (12:43 -0400)
commit40ecd8e46da41b5032707bd4fcbb8cc8890ded61
treed308ce3a44e848a32c0986ad3ca305a96e06169a
parent8d5cbee91d0a926dcc8dd114ebebf01950cfd110
lib, zebra: Allow protocols to use Distance as part of RR semantics

Allow protocols to specify to zebra that they would like zebra
to use the distance passed down as part of determine sameness for
Route Replace semantics.

This will be used by the static daemon to allow it to have
backup static routes with greater distances.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/zebra.h
zebra/connected.c
zebra/kernel_socket.c
zebra/redistribute.c
zebra/rib.h
zebra/rt_netlink.c
zebra/zapi_msg.c
zebra/zebra_rib.c