CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2012/11/29 13:06:16
Modified files: usr.sbin/bgpd : Tag: OPENBSD_5_2 rde.c rde.h rde_attr.c Log message: MFC fix for interoperability problem with some newer Junipers which don't clear reserved bits: -- -- -- By default mask the reserved bits and the ext len bit in the attribute flags field. Some systems seem to start sending bad flags around which cause session failures in bgpd. Make sure that bgpd ignores the must be zero flags correctly and ensure that they are always reset to zero when sending updates out. Reported and patch tested by Laurent CARON, OK henning@ Members: rde.c:1.316->1.317 rde.h:1.142->1.143 rde_attr.c:1.90->1.91 -- -- --