From: Ondrej Zajicek Date: Fri, 16 Feb 2024 17:44:40 +0000 (+0100) Subject: Static: Allow to define both nexthop and interface X-Git-Tag: v2.15~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3335b504403136ef8deb81cb034480a65ca2815;p=thirdparty%2Fbird.git Static: Allow to define both nexthop and interface Allow to define both nexthop and interface using iproute2-like syntax, e.g.: route 10.0.0.0/16 via 10.1.0.1 dev "eth0"; Now we can avoid to use link-local scope hack (e.g. 10.1.0.1%eth0) for cases where both nexthop and interface have to be defined. Thanks to Marcin Saklak for the suggestion. --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 3861a5956..76ca7f75a 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -5940,6 +5940,12 @@ options ( section for details. Default value is no. +