diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2020-01-17 15:03:16 +0200 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2020-01-17 18:26:05 +0200 |
commit | 9bc75e18b3819704c54784a3e53fc4e1af9444f8 (patch) | |
tree | f9d9713dbd2e7e0d244247d64f3495d16bf3a52e /test/output/tproxy | |
parent | 408d036cf9a26ec8a419a358c3e96df9dabfc082 (diff) | |
download | awall-1.7.0.tar.bz2 awall-1.7.0.tar.xz |
masquerade: rename chainv1.7.0
avoid double awall prefix
Diffstat (limited to 'test/output/tproxy')
-rw-r--r-- | test/output/tproxy/dump | 6 | ||||
-rw-r--r-- | test/output/tproxy/rules-save | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/output/tproxy/dump b/test/output/tproxy/dump index 5d226e9..d9492cd 100644 --- a/test/output/tproxy/dump +++ b/test/output/tproxy/dump @@ -857,14 +857,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/tproxy/rules-save b/test/output/tproxy/rules-save index 3620968..5bbc912 100644 --- a/test/output/tproxy/rules-save +++ b/test/output/tproxy/rules-save @@ -199,14 +199,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] |