From ecbc5a37815987aebabae835366b1f2ea18fb3b2 Mon Sep 17 00:00:00 2001 From: Philippe Guibert Date: Tue, 29 May 2018 11:17:10 +0200 Subject: *: 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 --- sharpd/sharp_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sharpd/sharp_main.c') diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index f0e6e3db4..65b1837f6 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -146,7 +146,7 @@ int main(int argc, char **argv, char **envp) master = frr_init(); - vrf_init(NULL, NULL, NULL, NULL); + vrf_init(NULL, NULL, NULL, NULL, NULL); access_list_init(); route_map_init(); -- cgit v1.2.3