mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:36:20 +00:00
BGP: "remote-as internal" need not be displayed if peer is member of
peer-group Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-7744
This commit is contained in:
parent
fcb2988fd8
commit
ff40e335bb
@ -6231,7 +6231,7 @@ bgp_config_write_peer_global (struct vty *vty, struct bgp *bgp,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (! g_peer->as)
|
if (g_peer->as_type == AS_UNSPECIFIED)
|
||||||
{
|
{
|
||||||
if (peer->as_type == AS_SPECIFIED)
|
if (peer->as_type == AS_SPECIFIED)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user