]> git.ipfire.org Git - thirdparty/bird.git/commit
Nest: Handle PtP links in recursive route update
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 10 Oct 2019 13:06:32 +0000 (15:06 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 10 Oct 2019 13:06:32 +0000 (15:06 +0200)
commit9eace84342bc879abf371a84f8af3bd697e1c0a2
treea49786a9b801ece619c897d5e63145d455d2900e
parentcb2b6e0494e685fc4cce52a1d449ffd69bec351e
Nest: Handle PtP links in recursive route update

Underlying (IGP) route may lead to PtP link, in this case it does not
need gateway. Which is different than direct route without gateway.

When recursive (BGP) route uses PtP route, it should not use recursive
next hop as immediate next hop, while for direct routes it should.
nest/rt-table.c