summaryrefslogtreecommitdiff
path: root/templates/service/snmp/v3/engineid
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-06-04 20:23:37 +0200
committerChristian Poessinger <christian@poessinger.com>2018-06-04 20:24:37 +0200
commitc7f0ea5d37da2c7e555e6f0aae1390c84a682c0e (patch)
tree6dfd3c02e4f8398309342a642039558f1e8b45dc /templates/service/snmp/v3/engineid
parentfba795a09ae9d088a2403b5eaf2bc13e72138a62 (diff)
downloadvyatta-cfg-system-c7f0ea5d37da2c7e555e6f0aae1390c84a682c0e.tar.gz
vyatta-cfg-system-c7f0ea5d37da2c7e555e6f0aae1390c84a682c0e.zip
T652: Rewrite service snmp in new style XML interface definition
Perl scripts will be removed when op mode commands are implemented.
Diffstat (limited to 'templates/service/snmp/v3/engineid')
-rw-r--r--templates/service/snmp/v3/engineid/node.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/service/snmp/v3/engineid/node.def b/templates/service/snmp/v3/engineid/node.def
deleted file mode 100644
index f8de80cc..00000000
--- a/templates/service/snmp/v3/engineid/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-type: txt
-help: Specifies the EngineID as a hex value (e.g., 0xff42)
-syntax:expression: pattern $VAR(@) "^(0x){0,1}([0-9a-f][0-9a-f]){1,18}$" ; "id must contain an even number (from 2 to 36) of hex digits"