12 Jul
2010
12 Jul
'10
6:51 p.m.
On Mon, Jul 12, 2010 at 07:43:38PM +0200, Ondrej Zajicek wrote:
I found the bug, it is specific to NBMA interfaces with multiple addresses. The workaround is to restrict the active iface to only one address, like:
interface "eth1" 212.71.191.76/30 { ... };
or you can use supernet, like:
interface "eth1" 212.71.0.0/16 { ... };
great. this solved the problem. thank you mk