]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Check for per-peer outbound configuration, in addition to the peer-group config 978/head
authorBrian Rak <brianrak@gameservers.com>
Mon, 14 Aug 2017 21:22:03 +0000 (17:22 -0400)
committerBrian Rak <brianrak@gameservers.com>
Mon, 14 Aug 2017 21:25:12 +0000 (17:25 -0400)
commita1e91fee4cf8a0441fcc7a433f87dd01d16f2deb
tree0c6f6d1e155d9926423b100a99f333397e0ea2bd
parent7e4f56d349f75ab07e70bf4edcd28085eb4cfcc6
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