summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-08-09 20:42:27 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-08-09 20:42:27 +0200
commit4e1fd26a5ef5adb25d53c2acbd9dbe8d18652ef5 (patch)
treec3cffc3302835c7a9ee2ef5388579b5a8d473ee3 /zebra/main.c
parent5d13cd091a183601eb8ebedeeeed2121ce4c3781 (diff)
parentfc73dd4bdf96cbab00e7d5de67ec56503c6d9783 (diff)
Merge remote-tracking branch 'frr/master' into tcp-zebra
Diffstat (limited to 'zebra/main.c')
-rw-r--r--zebra/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c
index ddd6db5254..538c2f0663 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -307,6 +307,7 @@ int main(int argc, char **argv)
zebra_mpls_init();
zebra_mpls_vty_init();
+ zebra_pw_vty_init();
/* For debug purpose. */
/* SET_FLAG (zebra_debug_event, ZEBRA_DEBUG_EVENT); */