diff options
Diffstat (limited to 'templates-op')
-rw-r--r-- | templates-op/clear/nat/counters/node.def | 2 | ||||
-rw-r--r-- | templates-op/clear/nat/translations/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates-op/clear/nat/counters/node.def b/templates-op/clear/nat/counters/node.def index 39a6ed5..a887962 100644 --- a/templates-op/clear/nat/counters/node.def +++ b/templates-op/clear/nat/counters/node.def @@ -1,2 +1,2 @@ help: Clear NAT counters -run: sudo iptables -Z -t nat +run: sudo ${vyatta_bindir}/sudo-users/iptables -Z -t nat diff --git a/templates-op/clear/nat/translations/node.def b/templates-op/clear/nat/translations/node.def index 0727cbd..b096905 100644 --- a/templates-op/clear/nat/translations/node.def +++ b/templates-op/clear/nat/translations/node.def @@ -1,2 +1,2 @@ help: Clear NAT translations -run: sudo ${vyatta_sbindir}/vyatta-update-nat.pl clearnattranslations +run: sudo ${vyatta_bindir}/sudo-users/vyatta-clear-nat |