diff options
Diffstat (limited to 'zebra/main.c')
| -rw-r--r-- | zebra/main.c | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/zebra/main.c b/zebra/main.c index 92e94c2a2a..64746f7166 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -57,6 +57,7 @@  #include "zebra/zebra_routemap.h"  #include "zebra/zebra_nb.h"  #include "zebra/zebra_opaque.h" +#include "zebra/zebra_srte.h"  #if defined(HANDLE_NETLINK_FUZZING)  #include "zebra/kernel_netlink.h" @@ -438,9 +439,10 @@ int main(int argc, char **argv)  	zebra_pw_vty_init();  	zebra_pbr_init();  	zebra_opaque_init(); +	zebra_srte_init(); -/* For debug purpose. */ -/* SET_FLAG (zebra_debug_event, ZEBRA_DEBUG_EVENT); */ +	/* For debug purpose. */ +	/* SET_FLAG (zebra_debug_event, ZEBRA_DEBUG_EVENT); */  	/* Process the configuration file. Among other configuration  	*  directives we can meet those installing static routes. Such  | 
