Fix packets/bytes accounting on i386.
Spotted by: julian
This commit is contained in:
parent
f595a30ba0
commit
3535eac433
@ -256,7 +256,7 @@ struct ip_fw {
|
||||
ipfw_insn cmd[1]; /* storage for commands */
|
||||
};
|
||||
|
||||
#define IPFW_RULE_CNTR_SIZE (2 * sizeof(counter_u64_t))
|
||||
#define IPFW_RULE_CNTR_SIZE (2 * sizeof(uint64_t))
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user