commit | 9d878775ff5c05afea522b60f014b88822d19e1b | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Wed Aug 05 16:25:16 2009 +0100 |
committer | Paul Jakma <paul@quagga.net> | Wed Aug 05 16:25:16 2009 +0100 |
tree | f1c7c45de602e2ac7ccd2c3c309e6568beff3af7 | |
parent | 5372510d109d87b94d6094d095dd4e0e02eaf32a [diff] |
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..