From: David Petera Date: Thu, 30 Jan 2025 13:24:34 +0000 (+0100) Subject: Fix error in example of direct protocol X-Git-Tag: v2.17~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a47b6c71953c5f139a332dc7c0e6837a8ab6463f;p=thirdparty%2Fbird.git Fix error in example of direct protocol --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 810f7ff73..2d3053a46 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -3977,7 +3977,7 @@ announce local networks. protocol direct { ipv4; ipv6; - interface "-arc*", "*"; # Exclude the ARCnets + interface -"arc*", "*"; # Exclude the ARCnets }