From: Michal 'vorner' Vaner Date: Thu, 10 Aug 2017 10:32:30 +0000 (+0200) Subject: Fix bird.conf example X-Git-Tag: v2.0.0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a4421f9cb2c077cc484e3cda94e8710a1d68f5;p=thirdparty%2Fbird.git Fix bird.conf example Make it syntactically correct, so it is accepted. --- diff --git a/bird.conf b/bird.conf index c2b473784..410f190c1 100644 --- a/bird.conf +++ b/bird.conf @@ -52,6 +52,6 @@ protocol rip { ipv4; } -protocol ripng { +protocol rip ng { ipv6; }