summaryrefslogtreecommitdiff
path: root/zebra/main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-08-08 07:54:32 -0400
committerGitHub <noreply@github.com>2017-08-08 07:54:32 -0400
commitf66e92bc4856352dc4c1c81fa35b1dd570cd83e5 (patch)
treed95a4b505cc238c09ea4d2512f2ad6af92f5cb9c /zebra/main.c
parent78986c05cdb4adf6019d02dc328341943c573b35 (diff)
parent1a99ca998dd05c41d4068ace4ca3ef8ac4ba309c (diff)
Merge pull request #783 from opensourcerouting/pw-manager-2
Add Pseudowire management in 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 459e6148d8..84d71c33b9 100644
--- a/zebra/main.c
+++ b/zebra/main.c
@@ -314,6 +314,7 @@ 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); */