Skip to content

Commit

Permalink
[IPV4]: PIMv2 header annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent df7a3b0 commit 1b62015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/mroute.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit 1b62015

Please sign in to comment.