Please pay attention to possible warnings or errors; it might look like this:
[0001] <WARN> /etc/bird.conf:179:1: Missing authentication option, assuming MD5
You also can run e.g. bird -c /etc/bird.conf -p manually. Here it's a warning, and while a configuration change might not be mandatory, it's still recommented:
For the above example warning, the configuration file /etc/bird.conf looks like this:
protocol bgp isp1 from bgp6 {
neighbor 2001:db8::179 port 179 as 64496;
authentication md5; # New configuration option introduced with BIRD 3
password "MD5_auth3nt!catiOn";
}
To avoid the warning, the newly introduced configuration option authentication md5; needs to be added as demonstrated in the example configuration above.
otc attribute to bgp_otcshow route exportPlease log in to add feedback.
This update has been submitted for testing by robert.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.