]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: don't send NOTIFY twice for malformed attrs
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Jun 2014 23:01:10 +0000 (01:01 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 29 Jun 2014 10:47:21 +0000 (12:47 +0200)
commitf57000c0dbdd0e30e71b6651022392f284201e19
tree9a00b90323fa93de9ecb10c65f9f82824fda99b8
parentbb02b82354a80f74706efc5e4c914b3f89fb033e
bgpd: don't send NOTIFY twice for malformed attrs

Most of the attribute parsing functions were already sending a notify,
let's clean up the code to make it happen only once.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgp_attr.c
bgpd/bgp_attr.h