mirror of
https://github.com/openvswitch/ovs
synced 2025-10-23 14:57:06 +00:00
There are a few structure definitions that is used from these headers. So copy them from the netbsd repo. The following changes have been made on top of it: * The keyword "__packed" has been removed from the headers as the corresponding Linux headers don't do packing. * #if BYTE_ORDER == 'X' macros have been replaced by CONSTANT_HTONx(). * code inside #ifdef _KERNEL has been deleted. * code inside #ifdef ICMP6_STRINGS has been deleted. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>