diff options
Diffstat (limited to 'test/output/filter-limit')
-rw-r--r-- | test/output/filter-limit/dump | 6 | ||||
-rw-r--r-- | test/output/filter-limit/rules-save | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/output/filter-limit/dump b/test/output/filter-limit/dump index 46a3c5e..9999fc7 100644 --- a/test/output/filter-limit/dump +++ b/test/output/filter-limit/dump @@ -90106,14 +90106,14 @@ COMMIT :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :PREROUTING ACCEPT [0:0] -:awall-masquerade - [0:0] +:masquerade - [0:0] -A INPUT -j MASQUERADE -A OUTPUT -j REDIRECT -A POSTROUTING -o eth1 -d 10.0.0.0/12 -j MASQUERADE --A POSTROUTING -m set --match-set awall-masquerade src -j awall-masquerade +-A POSTROUTING -m set --match-set awall-masquerade src -j masquerade -A PREROUTING -i eth0 -j REDIRECT -A PREROUTING -i eth1 -s 10.0.0.0/12 -j REDIRECT --A awall-masquerade -m set ! --match-set awall-masquerade dst -j MASQUERADE +-A masquerade -m set ! --match-set awall-masquerade dst -j MASQUERADE COMMIT *raw :OUTPUT ACCEPT [0:0] diff --git a/test/output/filter-limit/rules-save b/test/output/filter-limit/rules-save index 01016b3..6db9a31 100644 --- a/test/output/filter-limit/rules-save +++ b/test/output/filter-limit/rules-save @@ -30304,14 +30304,14 @@ COMMIT :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :PREROUTING ACCEPT [0:0] -:awall-masquerade - [0:0] +:masquerade - [0:0] -A INPUT -j MASQUERADE -A OUTPUT -j REDIRECT -A POSTROUTING -o eth1 -d 10.0.0.0/12 -j MASQUERADE --A POSTROUTING -m set --match-set awall-masquerade src -j awall-masquerade +-A POSTROUTING -m set --match-set awall-masquerade src -j masquerade -A PREROUTING -i eth0 -j REDIRECT -A PREROUTING -i eth1 -s 10.0.0.0/12 -j REDIRECT --A awall-masquerade -m set ! --match-set awall-masquerade dst -j MASQUERADE +-A masquerade -m set ! --match-set awall-masquerade dst -j MASQUERADE COMMIT *raw :OUTPUT ACCEPT [0:0] |