search for: wan1meter

Displaying 1 result from an estimated 1 matches for "wan1meter".

2011 Apr 02
2
[Bug 712] New: iptables-save does not save correcly rateest bps parameter
...etfilter-buglog at lists.netfilter.org ReportedBy: emiliolazozaia at gmail.com Estimated Hours: 0.0 I have found something that may be a bug in iptables-save or in kernel 'rateest' code. If I do: # iptables -t mangle -A Balance -m conntrack --ctstate NEW -m rateest --rateest1 wan1meter --rateest-bps 1000kbit --rateest-bps1 1000kbit --rateest-gt --rateest2 wan2meter --rateest-delta -j CONNMARK --set-mark 1 its the corresponding line in iptables -L is: CONNMARK all -- anywhere anywhere ctstate NEW rateest match wan1meter delta bps 1000Kbit gt wan2meter...