diff options
author | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2017-08-10 12:32:30 +0200 |
---|---|---|
committer | Michal 'vorner' Vaner <michal.vaner@nic.cz> | 2017-08-10 12:32:30 +0200 |
commit | 15a4421f9cb2c077cc484e3cda94e8710a1d68f5 (patch) | |
tree | 67e599c46a91cab2d26f5ad83b9f43641b41a9ae /bird.conf | |
parent | 69f73992477a0e29f939f9e2722f705c4ad72a38 (diff) |
Fix bird.conf example
Make it syntactically correct, so it is accepted.
Diffstat (limited to 'bird.conf')
-rw-r--r-- | bird.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,6 +52,6 @@ protocol rip { ipv4; } -protocol ripng { +protocol rip ng { ipv6; } |