mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 19:59:34 +00:00
Merge pull request #908 from donaldsharp/safi
bgpd: Fix safi_t confusion wition iana_safi_t
This commit is contained in:
commit
ef8482267d
@ -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,
|
||||
safi_t safi, u_char type,
|
||||
iana_safi_t safi, u_char type,
|
||||
u_char mode)
|
||||
{
|
||||
if (bgp_debug_neighbor_events(peer))
|
||||
|
Loading…
Reference in New Issue
Block a user