mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:41:21 +00:00
Merge branch 'frr/pull/212' ("bgpd: remove unnecessary parens in compare")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
commit
6f58043b63
@ -2872,7 +2872,7 @@ bgp_packet_mpattr_prefix (struct stream *s, afi_t afi, safi_t safi,
|
|||||||
stream_put (s, prd->val, 8);
|
stream_put (s, prd->val, 8);
|
||||||
stream_put (s, &p->u.prefix, PSIZE (p->prefixlen));
|
stream_put (s, &p->u.prefix, PSIZE (p->prefixlen));
|
||||||
}
|
}
|
||||||
else if ((safi == SAFI_EVPN))
|
else if (safi == SAFI_EVPN)
|
||||||
{
|
{
|
||||||
bgp_packet_mpattr_route_type_5(s, p, prd, tag, attr);
|
bgp_packet_mpattr_route_type_5(s, p, prd, tag, attr);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user