mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 05:34:41 +00:00
tests: Fix warning in compile
Fix bgp_mp_attr_test.c warning in compile on fedora 25 and clang. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
fa6d4efea0
commit
03bf19b29b
@ -709,7 +709,7 @@ parse_test (struct peer *peer, struct test_segment *t, int type)
|
|||||||
parse_ret = bgp_mp_unreach_parse (&attr_args, &nlri);
|
parse_ret = bgp_mp_unreach_parse (&attr_args, &nlri);
|
||||||
if (!parse_ret)
|
if (!parse_ret)
|
||||||
{
|
{
|
||||||
afi_t pkt_afi;
|
iana_afi_t pkt_afi;
|
||||||
safi_t pkt_safi;
|
safi_t pkt_safi;
|
||||||
|
|
||||||
/* Convert AFI, SAFI to internal values, check. */
|
/* Convert AFI, SAFI to internal values, check. */
|
||||||
|
Loading…
Reference in New Issue
Block a user