Babel: Add option 'next hop prefer' to control next hops of IPv4 routes
By default, the Babel protocol will advertise IPv4 routes with an IPv6 next hop address only on interfaces which do not have an IPv4 address. Add option 'next hop prefer' to control whether IPv4 routes should use IPv4 or IPv6 next hop when both are available. Based on the patch from Chris Webb, thanks!
Showing
- .gitlab-ci.yml 0 additions, 5 deletions.gitlab-ci.yml
- doc/bird.sgml 17 additions, 7 deletionsdoc/bird.sgml
- proto/babel/babel.c 7 additions, 2 deletionsproto/babel/babel.c
- proto/babel/babel.h 6 additions, 0 deletionsproto/babel/babel.h
- proto/babel/config.Y 4 additions, 1 deletionproto/babel/config.Y
Loading