diff options
author | Maria Matejka <mq@ucw.cz> | 2022-02-04 15:26:36 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-02-04 15:26:36 +0100 |
commit | fe840ddad96259ed7b2f1d0d2f07bdf8d4c03384 (patch) | |
tree | 8a59e7eceaa1cfabb400f1fc2fbf0eaebf0d959f /doc | |
parent | 14bb6fd29a1c88103e73138d5fd4396e610aa469 (diff) | |
parent | a9646efd40569f3a1d749bc1bd13219876b33a00 (diff) |
Merge commit 'a9646efd40569f3a1d749bc1bd13219876b33a00' into sark-bgp-rebased
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 99aa140a..c44b49db 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -2419,6 +2419,12 @@ using the following configuration parameters: same address family and using the same local port) should have set <cf/strict bind/, or none of them. Default: disabled. + <tag><label id="bgp-free-bind">free bind <m/switch/</tag> + Use IP_FREEBIND socket option for the listening socket, which allows + binding to an IP address not (yet) assigned to an interface. Note that + all BGP instances that share a listening socket should have the same + value of the <cf/freebind/ option. Default: disabled. + <tag><label id="bgp-check-link">check link <M>switch</M></tag> BGP could use hardware link state into consideration. If enabled, BIRD tracks the link state of the associated interface and when link @@ -3249,6 +3255,12 @@ channels. allows to specify a limit on maximal number of nexthops in one route. By default, multipath merging is disabled. If enabled, default value of the limit is 16. + + <tag><label id="krt-netlink-rx-buffer">netlink rx buffer <m/number/</tag> (Linux) + Set kernel receive buffer size (in bytes) for the netlink socket. The default + value is OS-dependent (from the <file>/proc/sys/net/core/rmem_default</file> + file), If you get some "Kernel dropped some netlink message ..." warnings, + you may increase this value. </descrip> <sect1>Attributes |