diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bird.conf.example | 1 | ||||
-rw-r--r-- | doc/bird.sgml | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 8260c02..05259d5 100644 --- a/doc/bird.conf.example +++ b/doc/bird.conf.example @@ -120,6 +120,7 @@ protocol static { # password "pass"; # }; # interface "arc0" { +# rx buffer large; # type nonbroadcast; # poll 14; # dead 75; 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. |