From: Andreas Rammhold Date: Tue, 14 Feb 2023 15:17:03 +0000 (+0100) Subject: Babel: Implement IPv4 via IPv6 extension (RFC 9229) X-Git-Tag: v3.0-alpha1~11^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eecc3f02e41bcb91d463c4c1189fd56bc44e6514;p=thirdparty%2Fbird.git Babel: Implement IPv4 via IPv6 extension (RFC 9229) The patch implements an IPv4 via IPv6 extension (RFC 9229) to the Babel routing protocol (RFC 8966) that allows annoncing routes to an IPv4 prefix with an IPv6 next hop, which makes it possible for IPv4 traffic to flow through interfaces that have not been assigned an IPv4 address. The implementation is compatible with the current Babeld version. Thanks to Toke Høiland-Jørgensen for early review on this work. Minor changes from committer. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 001fcbd40..6f3fcfc6a 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1929,6 +1929,7 @@ protocol babel [] { check link ; next hop ipv4
; next hop ipv6
; + extended next hop ; authentication none|mac [permissive]; password "<text>"; password "<text>" { @@ -2033,6 +2034,11 @@ protocol babel [] { source for Babel packets will be used. In normal operation, it should not be necessary to set this option. +