diff options
author | hasso <hasso> | 2003-12-23 10:39:08 +0000 |
---|---|---|
committer | hasso <hasso> | 2003-12-23 10:39:08 +0000 |
commit | c25e458a4de6b3fc9089fbc21b0ef4a6ba8e6018 (patch) | |
tree | 40cee762b8d411d8c0c9d19851e2f804811256ad /vtysh/vtysh_config.c | |
parent | c32e1b5788b996f6c5a9521c1fc79f5640e10d99 (diff) |
*** empty log message ***
Diffstat (limited to 'vtysh/vtysh_config.c')
-rw-r--r-- | vtysh/vtysh_config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vtysh/vtysh_config.c b/vtysh/vtysh_config.c index a307d5cc..28af1ca2 100644 --- a/vtysh/vtysh_config.c +++ b/vtysh/vtysh_config.c @@ -191,6 +191,8 @@ vtysh_config_parse_line (char *line) config = config_get (OSPF6_NODE, line); else if (strncmp (line, "router bgp", strlen ("router bgp")) == 0) config = config_get (BGP_NODE, line); + else if (strncmp (line, "router isis", strlen ("router bgp")) == 0) + config = config_get (ISIS_NODE, line); else if (strncmp (line, "router", strlen ("router")) == 0) config = config_get (BGP_NODE, line); else if (strncmp (line, "route-map", strlen ("route-map")) == 0) |