From: Radu Carpa Date: Tue, 17 Jan 2023 17:13:37 +0000 (+0100) Subject: Filter: Allow setting the 'onlink' route attribute in filters X-Git-Tag: v2.0.12~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7144c9ca46f092da33a4e051bbce8f973a3bd8c4;p=thirdparty%2Fbird.git Filter: Allow setting the 'onlink' route attribute in filters Add static route attribute to set onlink flag for route next hop. Can be used to build a dynamically routed IP-in-IP overlay network. Usage: ifname = "tunl0"; onlink = true; gw = bgp_next_hop; --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 50657ebf8..001fcbd40 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1816,6 +1816,14 @@ Common route attributes are: creation/removal. Zero is returned for routes with undefined outgoing interfaces. Read-only. +