diff options
Diffstat (limited to 'templates/service/dns/forwarding')
-rw-r--r-- | templates/service/dns/forwarding/listen-on/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/service/dns/forwarding/listen-on/node.def b/templates/service/dns/forwarding/listen-on/node.def index 9032b7f0..73913bb5 100644 --- a/templates/service/dns/forwarding/listen-on/node.def +++ b/templates/service/dns/forwarding/listen-on/node.def @@ -2,4 +2,4 @@ multi: type: txt help: Set interface to listen for DNS queries allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=all -syntax:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --check=all" +commit:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --warn" |