mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 05:58:17 +00:00
bgpd: Fix safi_t confusion wition iana_safi_t
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
3619938e2f
commit
05d2cb510d
@ -271,7 +271,7 @@ static int bgp_capability_mp(struct peer *peer, struct capability_header *hdr)
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void bgp_capability_orf_not_support(struct peer *peer, iana_afi_t afi,
|
static void bgp_capability_orf_not_support(struct peer *peer, iana_afi_t afi,
|
||||||
safi_t safi, u_char type,
|
iana_safi_t safi, u_char type,
|
||||||
u_char mode)
|
u_char mode)
|
||||||
{
|
{
|
||||||
if (bgp_debug_neighbor_events(peer))
|
if (bgp_debug_neighbor_events(peer))
|
||||||
|
Loading…
Reference in New Issue
Block a user