Incomprehensible error concerning identical babel config for bird and bird6 (bird-v1.6.4 on ubuntu18.04.1)
Christoffer Hansen
netravnen at gmail.com
Tue Nov 13 20:42:25 CET 2018
Hi fellow bird users.
I have a question concerning the syntax error message shown below for
the bird daemon. But NOT for the bird6 daemon. Even thou the
configuration snippet in bird.conf & bird6.conf is identical.
Any educated guesses as to what might be causing this?
cat /etc/bird/bird.conf
(...)
36 # babel
37 ########
38
39 protocol babel {
40 interface "wg-server" {
41 type wireless;
42 };
43 export where (source = RTS_DEVICE) || (source = RTS_BABEL);
44 }
(...)
$ bird -p
bird: /etc/bird/bird.conf, line 39: syntax error
cat /etc/bird/bird6.conf
(...)
36 # babel
37 ########
38
39 protocol babel {
40 interface "wg-server" {
41 type wireless;
42 };
43 export where (source = RTS_DEVICE) || (source = RTS_BABEL);
44 }
(...)
$ bird6 -p
<<empty_output>>
Regards,
Christoffer
-- Bird user and participant in the DN42 network. --
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20181113/519113f0/attachment.sig>
More information about the Bird-users
mailing list