]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scan
authorChristian Franke <chris@opensourcerouting.org>
Thu, 11 Apr 2013 08:24:30 +0000 (08:24 +0000)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 31 Jul 2013 16:49:50 +0000 (18:49 +0200)
commita0f6ce5b41dcfa059074d72c8fc61896d3e996a9
treecfaa7586f2d5f434a851088dc7f29a546c74d26c
parent4ff3bcad8e81b643f3247317a3949d7867b36f75
bgpd: honor PEER_FLAG_DISABLE_CONNECTED_CHECK on bgp_scan

When neighbor disable-connected-check was used, bgpd would accept routes
with unconnected nexthop as indended, however those routes would be
invalidated on the next bgp_scan run as that function did not know about
disable-connected-check.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_nexthop.c