diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-08-01 20:16:28 -0300 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2017-08-09 13:03:36 +0200 |
| commit | 2dd0d726247489dbcc8d99671360915d7332f7c4 (patch) | |
| tree | 1f51ce8d08bb37ed889ce373abf6ce562fd78e21 /zebra/main.c | |
| parent | b4fcca6bf20e56d101391bff03e3793794073bc5 (diff) | |
zebra: add support for static pseudowires
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/main.c')
| -rw-r--r-- | zebra/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/main.c b/zebra/main.c index 27a6f3e027..f0bdafa353 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -299,6 +299,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); */ |
