* Only flush the POSTROUTING chain.
svn path=/nixos/trunk/; revision=28153
This commit is contained in:
@@ -74,7 +74,7 @@ in
|
|||||||
|
|
||||||
preStart =
|
preStart =
|
||||||
''
|
''
|
||||||
iptables -t nat -F
|
iptables -t nat -F POSTROUTING
|
||||||
iptables -t nat -X
|
iptables -t nat -X
|
||||||
|
|
||||||
iptables -t nat -A POSTROUTING \
|
iptables -t nat -A POSTROUTING \
|
||||||
@@ -88,7 +88,7 @@ in
|
|||||||
|
|
||||||
postStop =
|
postStop =
|
||||||
''
|
''
|
||||||
iptables -t nat -F
|
iptables -t nat -F POSTROUTING
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user