From ebecb6f6a11bb418dd054cf12a2673ca0d9eac37 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 15 Apr 2012 15:28:29 +0200 Subject: Implements generalized import hooks. Thanks to Alexander V. Chernikov for the original patch. --- doc/bird.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/bird.sgml') diff --git a/doc/bird.sgml b/doc/bird.sgml index 20738be3..6f96b862 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -431,6 +431,14 @@ to zero to disable it. An empty is equivalent to export This is similar to the import keyword, except that it works in the direction from the routing table to the protocol. Default: import limit + Specify an import route limit and the action to be taken when + the limit is hit. Warn action just prints warning log + message. Block action ignores new routes (and converts route + updates to withdraws) coming from the protocol. Restart and + disable actions shut the protocol down like appropriate + commands. Default: description " This is an optional description of the protocol. It is displayed as a part of the output of 'show route all' command. @@ -1327,7 +1335,8 @@ for each neighbor using the following configuration parameters: route limit The maximal number of routes that may be imported from the protocol. If the route limit is - exceeded, the connection is closed with error. Default: no limit. + exceeded, the connection is closed with error. Limit is currently implemented as + disable after error When an error is encountered (either locally or by the other side), disable the instance automatically -- cgit v1.2.3