CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/10/12 07:14:48
Modified files: usr.sbin/bgpd : rde.c Log message: Send correct EOR updates. peer_send_eor() does not accept the AFI_ALL and SAFI_ALL shortcuts. This should fix issues with Juniper boxes that started when I enabled more capabilities by default. Fix and report by rivo nurges (rix at estpak dot ee) Thanks.