diff options
| -rw-r--r-- | vtysh/vtysh_config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vtysh/vtysh_config.c b/vtysh/vtysh_config.c index 4ae1e499ff..1e45e6f972 100644 --- a/vtysh/vtysh_config.c +++ b/vtysh/vtysh_config.c @@ -265,7 +265,8 @@ void vtysh_config_parse_line(void *arg, const char *line) || config->index == INTERFACE_NODE || config->index == LOGICALROUTER_NODE || config->index == VTY_NODE - || config->index == VRF_NODE) + || config->index == VRF_NODE + || config->index == NH_GROUP_NODE) config_add_line_uniq(config->line, line); else config_add_line(config->line, line); |
