|
130 | 130 | nflog_prefix: '--nflog-prefix', |
131 | 131 | nflog_range: '--nflog-range', |
132 | 132 | nflog_threshold: '--nflog-threshold', |
133 | | - on_port: '--on-port', |
134 | | - on_ip: '--on-ip', |
135 | 133 | outiface: '-o', |
136 | 134 | pkttype: '-m pkttype --pkt-type', |
137 | 135 | port: '-m multiport --ports', |
|
175 | 173 | toports: '--to-ports', |
176 | 174 | tosource: '--to-source', |
177 | 175 | to: '--to', |
178 | | - transparent: '--transparent', |
179 | | - tproxy_mark: '--tproxy-mark', |
180 | 176 | uid: '--uid-owner', |
181 | 177 | u32: ['-m u32 --u32', '--u32'], |
182 | 178 | physdev_in: '--physdev-in', |
|
236 | 232 | :rsource, |
237 | 233 | :rttl, |
238 | 234 | :socket, |
239 | | - :transparent, |
240 | 235 | :physdev_is_bridged, |
241 | 236 | :physdev_is_in, |
242 | 237 | :physdev_is_out, |
@@ -362,8 +357,7 @@ def munge_resource_map_from_resource(resource_map_original, compare) |
362 | 357 | :month_days, :week_days, :date_start, :date_stop, :time_contiguous, :kernel_timezone, |
363 | 358 | :src_cc, :dst_cc, :hashlimit_upto, :hashlimit_above, :hashlimit_name, :hashlimit_burst, |
364 | 359 | :hashlimit_mode, :hashlimit_srcmask, :hashlimit_dstmask, :hashlimit_htable_size, |
365 | | - :hashlimit_htable_max, :hashlimit_htable_expire, :hashlimit_htable_gcinterval, :bytecode, :ipvs, :zone, :helper, :cgroup, :rpfilter, :condition, :name, :notrack, |
366 | | - :on_port, :on_ip, :tproxy_mark |
| 360 | + :hashlimit_htable_max, :hashlimit_htable_expire, :hashlimit_htable_gcinterval, :bytecode, :ipvs, :zone, :helper, :cgroup, :rpfilter, :condition, :name, :notrack |
367 | 361 | ] |
368 | 362 |
|
369 | 363 | def insert |
|
0 commit comments