From: hasso Date: Wed, 22 Dec 2004 09:27:42 +0000 (+0000) Subject: No delimiter between "ip forwarding" and "ipv6 forwarding". X-Git-Tag: frr-2.0-rc1~3295 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9a30ee5606fce86ac266839dccb1169af6e73d08;p=mirror%2Ffrr.git No delimiter between "ip forwarding" and "ipv6 forwarding". --- diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index 072172b99b..45c5246a41 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,8 @@ +2004-12-22 Hasso Tepper + + * vtysh_config.c: No delimiter between "ip forwarding" and "ipv6 + forwarding". + 2004-12-09 Andrew J. Schorr * vtysh.c: (vtysh_connect) No reason to call geteuid and getegid, diff --git a/vtysh/vtysh_config.c b/vtysh/vtysh_config.c index f068b1fdc0..971d2cc4d3 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