9 Jun
2000
9 Jun
'00
6:07 p.m.
hi. i compiled brid 1.0.0 with ipv6 enabled on a debian "potato" machine. i´m currently running zebra, but bird has much nicer config files and most important: good docs. but all i get is a segmentation fault at the start. any ideas ? regards, andreas ---config file--- log syslog all; debug protocols all; debug commands 2; router id 129.13.126.5; protocol kernel { import all; export all; persist; scan time 10; } protocol device { scan time 10; } protocol bgp { local as 553; neighbor 3ffe:401:0:1::12:1 as 1275; import all; export filter { if net ~ 3ffe:400:4B0::/48 then accept; else reject; }; }