CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/18 13:47:52
Modified files:
usr.sbin/bgpd : rde.c bgpd.conf.5
Log message:
"Terminate the session after number prefixes have been received" means
that max-prefix 1 will close the session on the first prefix which is
off by one to what one would expect. Change it to No. received >
max-prefix, which is also in line with other implementations.
Found by jbg@ and deraadt@.
ok phessler@ deraadt@ henning@ claudio@
