Skip to content

Commit ee7c5b2

Browse files
authored
Fixes start instead of stop
1 parent 5db0eea commit ee7c5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/netns-nat@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ ExecStart=/usr/bin/env ip netns exec %I /usr/bin/env netnsinit nat %I
2929
ExecStop=/usr/bin/env iptables -D FORWARD -o ${DEVNAME_OUTSIDE} -j ACCEPT
3030
ExecStop=/usr/bin/env iptables -D FORWARD -i ${DEVNAME_OUTSIDE} -j ACCEPT
3131
ExecStop=/usr/bin/env iptables -t nat -D POSTROUTING -s ${IPADDR_OUTSIDE} -j MASQUERADE
32-
ExecStart=/usr/bin/env iptables -D INPUT -I ${DEVNAME_OUTSIDE} -j ACCEPT
32+
ExecStop=/usr/bin/env iptables -D INPUT -I ${DEVNAME_OUTSIDE} -j ACCEPT

0 commit comments

Comments
 (0)