From: Al Viro Date: Thu, 28 Sep 2006 01:39:09 +0000 (-0700) Subject: [IPV4]: PIMv2 header annotations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1b620154273d5cc57690e0d199282c6bb9e56974;p=mv-sheeva.git [IPV4]: PIMv2 header annotations Signed-off-by: Al Viro Signed-off-by: David S. Miller --- diff --git a/include/linux/mroute.h b/include/linux/mroute.h index e05d54a9074..c7dd4c11f66 100644 --- a/include/linux/mroute.h +++ b/include/linux/mroute.h @@ -213,8 +213,8 @@ struct pimreghdr { __u8 type; __u8 reserved; - __u16 csum; - __u32 flags; + __be16 csum; + __be32 flags; }; extern int pim_rcv_v1(struct sk_buff *);