]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix error in example of direct protocol
authorDavid Petera <david.petera@nic.cz>
Thu, 30 Jan 2025 13:24:34 +0000 (14:24 +0100)
committerOndřej Zajíček <santiago@crfreenet.org>
Thu, 30 Jan 2025 13:38:12 +0000 (14:38 +0100)
doc/bird.sgml

index 810f7ff7374b056fc9ef0c7f8c825f159ab74586..2d3053a46b8a153eaa6e33b785fd952044a71332 100644 (file)
@@ -3977,7 +3977,7 @@ announce local networks.
 protocol direct {
        ipv4;
        ipv6;
-       interface "-arc*", "*";         # Exclude the ARCnets
+       interface -"arc*", "*";         # Exclude the ARCnets
 }
 </code>