提交 87643335 编写于 作者: S Szabolcs Nagy 提交者: Rich Felker

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
上级 cc7c95e9
...@@ -23,6 +23,7 @@ struct icmphdr { ...@@ -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;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册