mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-06 12:43:02 +00:00
bfdd: fix -Wundef warning
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
This commit is contained in:
parent
a326a812b3
commit
0cd61f8d24
@ -779,7 +779,7 @@ int bp_udp_send(int sd, uint8_t ttl, uint8_t *data, size_t datalen,
|
||||
cmsg->cmsg_level = IPPROTO_IPV6;
|
||||
cmsg->cmsg_type = IPV6_HOPLIMIT;
|
||||
} else {
|
||||
#if BFD_LINUX
|
||||
#ifdef BFD_LINUX
|
||||
cmsg->cmsg_level = IPPROTO_IP;
|
||||
cmsg->cmsg_type = IP_TTL;
|
||||
#else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user