diff options
Diffstat (limited to 'templates/service')
-rw-r--r-- | templates/service/dns/dynamic/interface/node.tag/service/node.def | 2 | ||||
-rw-r--r-- | templates/service/dns/dynamic/interface/node.tag/service/node.tag/protocol/node.def | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/templates/service/dns/dynamic/interface/node.tag/service/node.def b/templates/service/dns/dynamic/interface/node.tag/service/node.def index 85208d2e..32802065 100644 --- a/templates/service/dns/dynamic/interface/node.tag/service/node.def +++ b/templates/service/dns/dynamic/interface/node.tag/service/node.def @@ -4,6 +4,6 @@ type: txt val_help: txt; Custom or predefined service -allowed:/opt/vyatta/sbin/vyatta-dynamic-dns.pl --interface $VAR(../@) --get-services +allowed: /opt/vyatta/sbin/vyatta-dynamic-dns.pl --interface $VAR(../@) --get-services commit:expression: exec "/opt/vyatta/sbin/vyatta-dynamic-dns.pl --interface $VAR(../@) --check-nodes" diff --git a/templates/service/dns/dynamic/interface/node.tag/service/node.tag/protocol/node.def b/templates/service/dns/dynamic/interface/node.tag/service/node.tag/protocol/node.def index 0c216d8d..55fbff5b 100644 --- a/templates/service/dns/dynamic/interface/node.tag/service/node.tag/protocol/node.def +++ b/templates/service/dns/dynamic/interface/node.tag/service/node.tag/protocol/node.def @@ -1,3 +1,6 @@ help: ddclient protocol to be used for dynamic dns service [REQUIRED FOR CUSTOM SERVICES] type: txt val_help: <protocol>; ddclient protocol (see ddclient manual) + +allowed: /opt/vyatta/sbin/vyatta-dynamic-dns.pl --interface $VAR(../@) --get-protocols +
\ No newline at end of file |