mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-28 05:47:49 +00:00
fix ip_tables for user mode.
(Logical change 1.165)
This commit is contained in:
parent
627c228ef5
commit
aa88498f18
@ -251,8 +251,9 @@ struct ipt_replace
|
||||
/* Information about old entries: */
|
||||
/* Number of counters (must be equal to current number of entries). */
|
||||
unsigned int num_counters;
|
||||
|
||||
/* The old entries' counters. */
|
||||
struct ipt_counters __user *counters;
|
||||
struct ipt_counters *counters;
|
||||
|
||||
/* The entries (hang off end: not really an array). */
|
||||
struct ipt_entry entries[0];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user