diff options
author | Maria Matejka <mq@ucw.cz> | 2022-03-09 13:49:31 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-03-09 13:49:31 +0100 |
commit | 4eeae48214bde9807e8b3312f5a7a5de9f2f1b42 (patch) | |
tree | c855923f61954acdc8e9785951e7478df8c65e41 /doc | |
parent | 01c9f3d78e596336434fd313e4ed8bdc8db248b6 (diff) | |
parent | 56c8f2f03a8631417dc3b730625c08ffca42ead2 (diff) |
Merge commit '56c8f2f0' into haugesund
Conflicts:
nest/route.h
nest/rt-table.c
Diffstat (limited to 'doc')
-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 4df1d94f..9e9237fa 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -4211,6 +4211,14 @@ include standard channel config options; see the example below. <tag><label id="pipe-peer-table">peer table <m/table/</tag> Defines secondary routing table to connect to. The primary one is selected by the <cf/table/ keyword. + + <tag><label id="pipe-max-generation">max generation <m/expr/</tag> + Sets maximal generation of route that may pass through this pipe. + The generation value is increased by one by each pipe on its path. + Not meeting this requirement causes an error message complaining about + an overpiped route. If you have long chains of pipes, you probably want + to raise this value; anyway the default of 16 should be enough for even + most strange uses. Maximum is 254. </descrip> <sect1>Attributes |