]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Check for per-peer outbound configuration, in addition to the peer-group config
authorBrian Rak <brianrak@gameservers.com>
Mon, 14 Aug 2017 21:22:03 +0000 (17:22 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 27 Oct 2017 13:04:39 +0000 (09:04 -0400)
commite3479e2ecce8b4800d2935f3002b550396bd1897
tree1e59e43c1cb5a51516555687fde40b494ae71632
parent7d77882f9a6c1bebff3207fc212e0c0cab3ea13e
bgpd: Check for per-peer outbound configuration, in addition to the peer-group config

When displaying the config, bgpd only checked for the existance of a peer-group prefix-list before
deciding to not display the outbound prefix-list.  This commit updates the outbound prefix-list
logic to match the inbound.
bgpd/bgpd.c