diff options
author | Maria Matejka <mq@ucw.cz> | 2023-01-18 12:33:06 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-01-18 12:33:06 +0100 |
commit | 6bb992cb04926895be57dc97e7d569ea15a07db1 (patch) | |
tree | 12f90320f7aac28711d308c76db1e51f4d4aa58b /doc/bird.sgml | |
parent | 973aa37e1e28a9c508fe09c008196f64cd3966fd (diff) | |
parent | 7144c9ca46f092da33a4e051bbce8f973a3bd8c4 (diff) |
Merge branch 'master' of https://gitlab.nic.cz/labs/bird
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 50657ebf..001fcbd4 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. + <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 |