]> git.puffer.fish Git - mirror/frr.git/commit
tests/bgpd: don't hardcode error number (fix f57000c)
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 6 Jul 2014 20:33:48 +0000 (22:33 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 17 Aug 2014 23:49:17 +0000 (01:49 +0200)
commit8b16ed74fa61523c3348d2584b66a56a8ad4e350
treefe7232f0df942ca8f8bbc386f5089c13d1ec452a
parentf57000c0dbdd0e30e71b6651022392f284201e19
tests/bgpd: don't hardcode error number (fix f57000c)

f57000c ("bgpd: don't send NOTIFY twice for malformed attrs") introduces
BGP_ATTR_PARSE_ERROR_NOTIFYPLS as additional error code that implies the
caller should sent a NOTIFY and convert it to BGP_ATTR_PARSE_ERROR.
Sadly, the latter was hardcoded in bgp_mp_attr_test.c, which now didn't
consider the new value to be an error.

Make the testcase treat all nonzero values as error without discern.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
tests/bgp_mp_attr_test.c