]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix bird.conf example
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 10 Aug 2017 10:32:30 +0000 (12:32 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Thu, 10 Aug 2017 10:32:30 +0000 (12:32 +0200)
Make it syntactically correct, so it is accepted.

bird.conf

index c2b473784b07155219b189a63c011268013ad8f9..410f190c1720f9f06b47a22f98e932d1a6d98ced 100644 (file)
--- a/bird.conf
+++ b/bird.conf
@@ -52,6 +52,6 @@ protocol rip {
        ipv4;
 }
 
-protocol ripng {
+protocol rip ng {
        ipv6;
 }