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; }; }
Hello!
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 ?
Can you try running bird under gdb (the binary in the compile tree, not the installed one which is stripped) and tell me where does it crash? I was unable to reproduce the segfault here :( Have a nice fortnight -- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth "This message transmited on 100% recycled electrons."
participants (2)
-
Andreas Jellinghaus -
Martin Mares