CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/02/11 06:18:05
Modified files: usr.sbin/bgpd : rde_update.c Log message: While looking through this code I figured out that set nexthop self and no-modify are not supported for MP protocols like IPv6. Add support for those and while testing find another bug in the same region. Inverse the check for the return value of memcmp() -- we're interested in equality. Until now IPv6 was running with an implicit set nexthop self on all iBGP sessions. Oups. set nexthop stuff is OK when tested henning@ and sthen@