projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df7a3b0
)
[IPV4]: PIMv2 header annotations
author
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 28 Sep 2006 01:39:09 +0000
(18:39 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 29 Sep 2006 01:02:21 +0000
(18:02 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mroute.h
patch
|
blob
|
history
diff --git
a/include/linux/mroute.h
b/include/linux/mroute.h
index e05d54a90743e4890a99436c0616ad428142643c..c7dd4c11f667c3289652b2bcc83fb50470e91acb 100644
(file)
--- 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 *);