mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 18:48:14 +00:00
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into cmaster
This commit is contained in:
commit
04c4401239
@ -6190,7 +6190,9 @@ bgp_config_write_filter (struct vty *vty, struct peer *peer,
|
|||||||
addr, filter->map[RMAP_IN].name, VTY_NEWLINE);
|
addr, filter->map[RMAP_IN].name, VTY_NEWLINE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (filter->map[RMAP_OUT].name && ! gfilter)
|
if (filter->map[RMAP_OUT].name)
|
||||||
|
if (! gfilter || ! gfilter->map[RMAP_OUT].name
|
||||||
|
|| strcmp (filter->map[RMAP_OUT].name, gfilter->map[RMAP_OUT].name) != 0)
|
||||||
{
|
{
|
||||||
afi_header_vty_out (vty, afi, safi, write,
|
afi_header_vty_out (vty, afi, safi, write,
|
||||||
" neighbor %s route-map %s out%s",
|
" neighbor %s route-map %s out%s",
|
||||||
|
Loading…
Reference in New Issue
Block a user