From a4bed468f9603da8199fdd828f5523c3b29ca15c Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Sat, 7 Jul 2018 22:04:33 -0300 Subject: yang, lib: add 'frr-interface.yang' and associated stub callbacks Introduce frr-interface.yang, which defines a model for managing FRR interfaces. Update the 'frr_yang_module_info' array of all daemons that will implement this module. Add automatically generated stub callbacks in if.c. These callbacks will be implemented in the following commit. Signed-off-by: Renato Westphal --- pimd/pim_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pimd/pim_main.c') diff --git a/pimd/pim_main.c b/pimd/pim_main.c index 41c385e388..50ebc4003e 100644 --- a/pimd/pim_main.c +++ b/pimd/pim_main.c @@ -72,6 +72,7 @@ struct zebra_privs_t pimd_privs = { .cap_num_i = 0}; static const struct frr_yang_module_info *pimd_yang_modules[] = { + &frr_interface_info, }; FRR_DAEMON_INFO(pimd, PIM, .vty_port = PIMD_VTY_PORT, -- cgit v1.2.3