From a47b6c71953c5f139a332dc7c0e6837a8ab6463f Mon Sep 17 00:00:00 2001 From: David Petera Date: Thu, 30 Jan 2025 14:24:34 +0100 Subject: [PATCH] Fix error in example of direct protocol --- doc/bird.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.47.2