diff options
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index fa7aabb..87113fa 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1026,6 +1026,7 @@ protocol ospf <name> { wait <num>; dead count <num>; dead <num>; + rx buffer [normal|large|<num>]; type [broadcast|nonbroadcast|pointopoint]; strict nonbroadcast <switch>; authentication [none|simple]; @@ -1134,6 +1135,11 @@ protocol ospf <name> { <m/dead/ seconds, it will consider the neighbor down. If both directives <m/dead count/ and <m/dead/ are used, <m/dead/ has precendence. + <tag>rx buffer <M>num</M></tag> + This sets the size of buffer used for receiving packets. The buffer should + be bigger than maximal size of any packets. Value NORMAL (default) + means 2*MTU, value LARGE means maximal allowed packet - 65536. + <tag>type broadcast</tag> BIRD detects a type of a connected network automatically, but sometimes it's convenient to force use of a different type manually. |