mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
* Only flush the POSTROUTING chain.
svn path=/nixos/trunk/; revision=28153
This commit is contained in:
parent
3fb6026191
commit
1df952182a
@ -74,7 +74,7 @@ in
|
||||
|
||||
preStart =
|
||||
''
|
||||
iptables -t nat -F
|
||||
iptables -t nat -F POSTROUTING
|
||||
iptables -t nat -X
|
||||
|
||||
iptables -t nat -A POSTROUTING \
|
||||
@ -88,7 +88,7 @@ in
|
||||
|
||||
postStop =
|
||||
''
|
||||
iptables -t nat -F
|
||||
iptables -t nat -F POSTROUTING
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user