CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/28 02:47:09
Modified files:
usr.sbin/bgpd : bgpd.conf.5 parse.y
Log message:
The extended nexthop capability only works with 'fib-update no'
enfoce this in the parser.
Right now there is no FIB support for IPv6 nexthops for IPv4 routes.
Both the bgpd kroute.c code and the OpenBSD network stack are not ready
for this. This feature is currently only used to allow some IXP to play
with RFC8950 so no FIB support is fine for that use case.
Protect other people from tripping over this thinking there is full support.
Issue brought up by a report from 7Asecurity
OK tb@