diff options
Diffstat (limited to 'zebra/main.c')
| -rw-r--r-- | zebra/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c index da9fe95123..9c721f0a7e 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -51,6 +51,7 @@ #include "zebra/label_manager.h" #include "zebra/zebra_netns_notify.h" #include "zebra/zebra_rnh.h" +#include "zebra/zebra_pbr.h" #define ZEBRA_PTM_SUPPORT @@ -342,6 +343,7 @@ int main(int argc, char **argv) zebra_mpls_init(); zebra_mpls_vty_init(); zebra_pw_vty_init(); + zebra_pbr_init(); /* For debug purpose. */ /* SET_FLAG (zebra_debug_event, ZEBRA_DEBUG_EVENT); */ |
