diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-01 09:38:33 -0800 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-02-01 09:38:33 -0800 |
| commit | f93e3f696cee4b664b579c7de593d0cbe581aa66 (patch) | |
| tree | a8d9425c49cfb24c32ad34ba37c23b8e204cde00 /lib/command.c | |
| parent | 216b18efe144b07087050cb4dee4a15e4d747b05 (diff) | |
lib: Allow vrf under the cli
Add the infrastructure to allow the vrf keyword.
Signed-off-by: Vipin Kumar <vipin@cumulusnetworks.com>
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/command.c')
| -rw-r--r-- | lib/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 5e8259dd39..ed337cbccf 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2929,6 +2929,7 @@ DEFUN (config_exit, vty_config_unlock (vty); break; case INTERFACE_NODE: + case VRF_NODE: case ZEBRA_NODE: case BGP_NODE: case RIP_NODE: @@ -2980,6 +2981,7 @@ DEFUN (config_end, break; case CONFIG_NODE: case INTERFACE_NODE: + case VRF_NODE: case ZEBRA_NODE: case RIP_NODE: case RIPNG_NODE: |
