]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Allow views to 'pretend' resolve nexthops
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 1 Feb 2017 15:31:40 +0000 (10:31 -0500)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 7 Feb 2017 15:56:16 +0000 (16:56 +0100)
commit3f3971a911668ab1d60a090ba1fff92f6ab8ce44
treee7ea2ce2a0489b873da78487c39ab804e33cc648
parentace5a8a17e5f332682dc843efd1a44bbfa803802
bgpd: Allow views to 'pretend' resolve nexthops

Views are supposed to be independent tables that have no connection to
routing tables.  Since View's are 'independent' there is no way to do
'real' nexthop resolution since connected routes and interfaces are
associated with a particular table (or really vrf).  So when we have a
bgp instance assume that nexthops specified are actually valid, since we
are propagating what our neighbors are telling us.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
[cherry-picked from master 6fa1ab2eecb39b35256739f7083196d6f556f639]
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_nht.c