diff options
author | hasso <hasso> | 2004-12-22 10:27:42 +0100 |
---|---|---|
committer | hasso <hasso> | 2004-12-22 10:27:42 +0100 |
commit | 9a30ee5606fce86ac266839dccb1169af6e73d08 (patch) | |
tree | a4ba86019ebc144b8263c0179bdee89c24f60c15 /vtysh/vtysh_config.c | |
parent | 2004-12-21 Andrew J. Schorr <ajschorr@alumni.princeton.edu> (diff) | |
download | frr-9a30ee5606fce86ac266839dccb1169af6e73d08.tar.xz frr-9a30ee5606fce86ac266839dccb1169af6e73d08.zip |
No delimiter between "ip forwarding" and "ipv6 forwarding".
Diffstat (limited to 'vtysh/vtysh_config.c')
-rw-r--r-- | vtysh/vtysh_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/vtysh_config.c b/vtysh/vtysh_config.c index f068b1fdc..971d2cc4d 100644 --- a/vtysh/vtysh_config.c +++ b/vtysh/vtysh_config.c @@ -283,7 +283,7 @@ vtysh_config_parse (char *line) ((I) == ACCESS_NODE || (I) == PREFIX_NODE || (I) == IP_NODE \ || (I) == AS_LIST_NODE || (I) == COMMUNITY_LIST_NODE || \ (I) == ACCESS_IPV6_NODE || (I) == PREFIX_IPV6_NODE \ - || (I) == SERVICE_NODE) + || (I) == SERVICE_NODE || (I) == FORWARDING_NODE) /* Display configuration to file pointer. */ void |