Hi,

I'm hit by a rather nasty OpenBGPd 'bug' causing sessions to flap
(basically go down/up/...).

One of the prefixes is: 81.169.0.0/17

Description of bug
https://puck.nether.net/pipermail/juniper-nsp/2012-July/023774.html

Is the included fix 
    (((s & 0xf0) & ~(ATTR_EXTLEN | (m))) == (t))
instead of just 
        (((s) & ~(ATTR_EXTLEN | (m))) == (t))

sufficient ?

Thanks

Reply via email to