mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-27 07:26:16 +00:00
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>
This commit is contained in:
parent
b194703e9c
commit
dd3fb4c3ee
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user