]> git.proxmox.com Git - mirror_frr.git/commit - isisd/isis_main.c
*: add a vrf update hook to be informed of the vrf name
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 29 May 2018 09:17:10 +0000 (11:17 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 28 Aug 2018 14:23:50 +0000 (16:23 +0200)
commitecbc5a37815987aebabae835366b1f2ea18fb3b2
treef8badb4b6d2f02c2a5f6c9120a17c8a1741fd167
parent723001fc13a87c5599933a727baf4a152f0e9f7e
*: add a vrf update hook to be informed of the vrf name

The Vrf aliases can be known with a specific hook. That hook will then,
from zebra propagate the information to the relevant zapi clients.
The registration hook function is the same for all daemons.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
21 files changed:
bgpd/bgp_main.c
eigrpd/eigrp_main.c
isisd/isis_main.c
ldpd/ldpd.c
lib/vrf.c
lib/vrf.h
nhrpd/nhrp_main.c
ospf6d/ospf6_main.c
ospfd/ospfd.c
pbrd/pbr_main.c
pimd/pim_instance.c
ripd/rip_main.c
ripngd/ripng_main.c
sharpd/sharp_main.c
staticd/static_vrf.c
tests/bgpd/test_capability.c
tests/bgpd/test_mp_attr.c
tests/bgpd/test_mpath.c
tests/bgpd/test_packet.c
tests/bgpd/test_peer_attr.c
zebra/zebra_vrf.c