diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2017-01-23 14:47:35 +0100 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2017-02-14 13:58:59 +0100 |
| commit | dd3fb4c3eebe6679413748546ff589e481462e05 (patch) | |
| tree | 27daf60665c36bccbd538db3a0dc9d1b0dc9e2b7 /tests/bgpd/test_mp_attr.c | |
| parent | b194703e9c0870b2f4b26b1af259690facfc0489 (diff) | |
tests: fix bgp print in tests
This commit is a fix from previous commit: Quagga: AFI/SAFI mappings
IANA to/from internal values. It removes the printf that was used for
troubleshooting the afi/safi change, in respect to testing.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'tests/bgpd/test_mp_attr.c')
| -rw-r--r-- | tests/bgpd/test_mp_attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c index 96a0e0759d..883cac0cc6 100644 --- a/tests/bgpd/test_mp_attr.c +++ b/tests/bgpd/test_mp_attr.c @@ -729,7 +729,6 @@ parse_test (struct peer *peer, struct test_segment *t, int type) else nlri_ret = bgp_nlri_parse (peer, &attr, &nlri, 1); } - zlog_err("xxxxxxxxxxxxxxxx nlri ret %u", nlri_ret); handle_result (peer, t, parse_ret, nlri_ret); } |
