* Only flush the POSTROUTING chain.

svn path=/nixos/trunk/; revision=28153
This commit is contained in:
Eelco Dolstra 2011-08-04 15:33:40 +00:00
parent 3fb6026191
commit 1df952182a

View File

@ -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
''; '';
}; };