several issues migrating to bird 2.0.1
Bjoern Franke
bjo at nord-west.org
Mon Feb 26 20:03:33 CET 2018
Hi,
I'm trying to transition a config from 1.6.3 to 2.0.1.
1. What's the pendant to
protocol kernel {
kernel table 42;
scan time 45;
[...]
}
"kernel table" produces a syntax error.
2. without "kernel table", I get bird started, but it rejects configured
BGP connections:
HE: Incoming connection from 2001:7f8:33::a100:6939:1 (port 8002) rejected
Config for HE:
protocol bgp 'HE' {
neighbor 2001:7f8:33::a100:6939:1 as 6939;
local 2001:7f8:33::a120:5298:1 as 205298;
ipv6 {
import all;
export filter my_net;
};
}
I compared this part with the example config and have no clue why the
sessions get rejected.
Kind regards
Bjoern
More information about the Bird-users
mailing list