]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Add option 'next hop prefer global'
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 10 Oct 2022 03:06:19 +0000 (05:06 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 10 Oct 2022 03:06:19 +0000 (05:06 +0200)
commit8f79e6b93e32a4eb7e4dda9bd4a9d04400b79d45
tree3fb00fa2a37787df14866f9049b6a4003bb558b1
parent8478de8817c58af02f7aed1d621013891115a2dc
BGP: Add option 'next hop prefer global'

Add BGP channel option 'next hop prefer global' that modifies BGP
recursive next hop resolution to use global next hop IPv6 address instead
of link-local next hop IPv6 address for immediate next hop of received
routes.
doc/bird.sgml
nest/rt-table.c
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
proto/bgp/packets.c