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 /lib/vty.c | |
| parent | b4fcca6bf20e56d101391bff03e3793794073bc5 (diff) | |
zebra: add support for static pseudowires
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/vty.c')
| -rw-r--r-- | lib/vty.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -684,6 +684,7 @@ static void vty_end_config(struct vty *vty) break; case CONFIG_NODE: case INTERFACE_NODE: + case PW_NODE: case ZEBRA_NODE: case RIP_NODE: case RIPNG_NODE: @@ -1094,6 +1095,7 @@ static void vty_stop_input(struct vty *vty) break; case CONFIG_NODE: case INTERFACE_NODE: + case PW_NODE: case ZEBRA_NODE: case RIP_NODE: case RIPNG_NODE: |
