diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-24 09:20:36 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-24 09:20:36 +0100 |
commit | 9dc9124cec3b576b16fc484ee3cd207a9b74ebdf (patch) | |
tree | 9ad75ba3b044056f4de764eda7a003580bb617f5 /doc/bird.sgml | |
parent | 7144c9ca46f092da33a4e051bbce8f973a3bd8c4 (diff) |
Revert "Filter: Allow setting the 'onlink' route attribute in filters"
This reverts commit 7144c9ca46f092da33a4e051bbce8f973a3bd8c4.
The onlink attribute implementation collides with the nexthop attribute
behavior in v3; keeping it aside until finding out how to reimplement it
correctly.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 001fcbd4..50657ebf 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1816,14 +1816,6 @@ Common route attributes are: creation/removal. Zero is returned for routes with undefined outgoing interfaces. Read-only. - <tag><label id="rta-onlink"><m/bool/ onlink</tag> - Onlink flag means that the specified nexthop is accessible on the - interface regardless of IP prefixes configured on the interface. - The attribute can be used to configure such next hops by first setting - <cf/onlink = true/ and <cf/ifname/, and then setting <cf/gw/. Possible - use case for setting this flag is to automatically build overlay IP-IP - networks on linux. - <tag><label id="rta-weight"><m/int/ weight</tag> Multipath weight of route next hops. Valid values are 1-256. Reading returns the weight of the first next hop, setting it sets weights of all |