18 Jan
2006
18 Jan
'06
10:25 p.m.
Hi michael,
I'm running it under Linux 2.2. Sorry to say that I don't have any information to help you with FreeBSD.
Ok this is an hint :) Because : # bird -c bird.conf.example bird: bird.conf.example, line 20: parse error (when just trying to make default config testing) and in line 20 I get : # Define a route filter... filter test_filter { if net ~ 10.0.0.0/16 then accept; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ else reject; } I suspect some yacc / lex problem... Any idea ? /Xavier