]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'
authorPaul Jakma <paul@quagga.net>
Wed, 5 Aug 2009 15:25:16 +0000 (16:25 +0100)
committerPaul Jakma <paul@quagga.net>
Wed, 5 Aug 2009 15:25:16 +0000 (16:25 +0100)
commit9d878775ff5c05afea522b60f014b88822d19e1b
treef1c7c45de602e2ac7ccd2c3c309e6568beff3af7
parent5372510d109d87b94d6094d095dd4e0e02eaf32a
bgpd: Fix mistakes in applying 'allow inbound connections to non-default view'

* bgpd.c: (peer_lookup_with_open) Bodged application of previous patch
  meant the second loop around bgp->peer wasn't included in the loop
  around bm->bgp as it was supposed to be. Fix..
bgpd/bgpd.c