* bgp_vty.c: Deprecate "neighbor transparent-as" and "neighbor

transparent-nexthop" commands.

	[merge from GNU Zebra]
This commit is contained in:
hasso 2005-02-02 17:15:34 +00:00
parent c1643bb7d7
commit dd4c593fb8
2 changed files with 17 additions and 12 deletions

View File

@ -1,3 +1,8 @@
2005-02-02 Akihiro Mizutani <mizutani@net-chef.net>
* bgp_vty.c: Deprecate "neighbor transparent-as" and "neighbor
transparent-nexthop" commands.
2005-02-02 Akihiro Mizutani <mizutani@net-chef.net>
* bgp_routemap.c: New route-map command - "match ip route-source".

View File

@ -2502,7 +2502,7 @@ ALIAS (no_neighbor_attr_unchanged,
"Nexthop attribute\n")
/* For old version Zebra compatibility. */
DEFUN (neighbor_transparent_as,
DEFUN_DEPRECATED (neighbor_transparent_as,
neighbor_transparent_as_cmd,
NEIGHBOR_CMD "transparent-as",
NEIGHBOR_STR
@ -2514,7 +2514,7 @@ DEFUN (neighbor_transparent_as,
PEER_FLAG_AS_PATH_UNCHANGED);
}
DEFUN (neighbor_transparent_nexthop,
DEFUN_DEPRECATED (neighbor_transparent_nexthop,
neighbor_transparent_nexthop_cmd,
NEIGHBOR_CMD "transparent-nexthop",
NEIGHBOR_STR