mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[NETFILTER]: ipt 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
a76b11dd25
commit
6a19d61472
12 changed files with 49 additions and 46 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
struct ipt_iprange {
|
||||
/* Inclusive: network order. */
|
||||
u_int32_t min_ip, max_ip;
|
||||
__be32 min_ip, max_ip;
|
||||
};
|
||||
|
||||
struct ipt_iprange_info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue