[PATCH] Maximum include depth in Bird config
Artyom Gavrichenkov
ximaera at qrator.net
Tue Jun 10 03:18:14 CEST 2014
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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20140610/a3f9fbd9/attachment.asc>
More information about the Bird-users
mailing list