mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-10 15:24:14 +03:00
update icmphdr struct following linux v4.8
add union field that is used in the kernel for SIT/GRE tunneling ICMPv4 messages. see linux commit 20e1954fe238dbe5f8d3a979e593fe352bd703cf
This commit is contained in:
parent
cc7c95e98e
commit
87643335ac
@ -23,6 +23,7 @@ struct icmphdr {
|
|||||||
uint16_t __unused;
|
uint16_t __unused;
|
||||||
uint16_t mtu;
|
uint16_t mtu;
|
||||||
} frag;
|
} frag;
|
||||||
|
uint8_t reserved[4];
|
||||||
} un;
|
} un;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user