Hi all, The page at http://bird.network.cz/?get_doc&f=bird-3.html , section 3.2 (as well as doc/bird.sgml), states that "the maximal depth [of inclusion of a new file in a Bird config] is 5". However, effective depth since July, 18, 2012, is 8 (9eceab33:conf/cf-lex.l:82). Maybe the user's guide needs an update, or depth 8 is unsupported? Just in case, patch goes below. Signed-off-by: Artyom Gavrichenkov <ximaera@qrator.net> --- doc/bird.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index fa4c777..beacd4b 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -318,7 +318,7 @@ protocol rip { <p><descrip> <tag>include "<m/filename/"</tag> This statement causes inclusion of a new file. <m/Filename/ could also - be a wildcard. The maximal depth is 5. Note that this statement could be + be a wildcard. The maximal depth is 8. Note that this statement could be used anywhere in the config file, not just as a top-level option. <tag><label id="dsc-log">log "<m/filename/"|syslog [name <m/name/]|stderr all|{ <m/list of classes/ }</tag> -- 1.8.1.2