mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 16:34:04 +02:00
12 lines
307 B
Diff
12 lines
307 B
Diff
|
--- ./include/linux/netfilter_ipv4/ipt_conntrack.h.orig 2008-09-27 10:26:49.000000000 -0400
|
||
|
+++ ./include/linux/netfilter_ipv4/ipt_conntrack.h 2008-09-27 01:15:57.000000000 -0400
|
||
|
@@ -52,7 +52,7 @@
|
||
|
struct {
|
||
|
u_int32_t ip;
|
||
|
union {
|
||
|
- u_int16_t all;
|
||
|
+ u_int32_t all;
|
||
|
} u;
|
||
|
|
||
|
/* The protocol. */
|