mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[NETFILTER]: NAT annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cdcb71bf96
commit
a76b11dd25
12 changed files with 51 additions and 54 deletions
|
@ -33,7 +33,7 @@ struct ip_nat_range
|
|||
unsigned int flags;
|
||||
|
||||
/* Inclusive: network order. */
|
||||
u_int32_t min_ip, max_ip;
|
||||
__be32 min_ip, max_ip;
|
||||
|
||||
/* Inclusive: network order */
|
||||
union ip_conntrack_manip_proto min, max;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue