summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2014-09-03 03:08:59 +0700
committerDaniil Baturin <daniil@baturin.org>2014-09-03 03:08:59 +0700
commitc3ef70583eb2c60b5c83e1c5711906be2b496da4 (patch)
treec9a90bfcc906652068e2fada793911e4a25e3f46 /templates
parent7ba1d3672cf9d7d34135ebec447b4a95766457bb (diff)
parent3e62229285ce90c6b56eab5f79f1559c4156641d (diff)
downloadvyatta-cfg-system-c3ef70583eb2c60b5c83e1c5711906be2b496da4.tar.gz
vyatta-cfg-system-c3ef70583eb2c60b5c83e1c5711906be2b496da4.zip
Merge pull request #20 from cyclops8456/helium
Bug #261: vyatta-cfg-system: remove quotes from SysContact and SysLocation
Diffstat (limited to 'templates')
-rw-r--r--templates/service/snmp/contact/node.def4
-rw-r--r--templates/service/snmp/description/node.def4
-rw-r--r--templates/service/snmp/location/node.def3
3 files changed, 11 insertions, 0 deletions
diff --git a/templates/service/snmp/contact/node.def b/templates/service/snmp/contact/node.def
index 039cd548..63a368cc 100644
--- a/templates/service/snmp/contact/node.def
+++ b/templates/service/snmp/contact/node.def
@@ -1,2 +1,6 @@
type: txt
help: Contact information
+
+syntax:expression: pattern $VAR(@) "^[[:print:]]{1,255}$" ; \
+ "Contact information is limited to 255 characters or less"
+
diff --git a/templates/service/snmp/description/node.def b/templates/service/snmp/description/node.def
index 61ec96b6..cd88099a 100644
--- a/templates/service/snmp/description/node.def
+++ b/templates/service/snmp/description/node.def
@@ -1,2 +1,6 @@
type: txt
help: Description information
+
+syntax:expression: pattern $VAR(@) "^[[:print:]]{1,255}$" ; \
+ "Description is limited to 255 characters or less"
+
diff --git a/templates/service/snmp/location/node.def b/templates/service/snmp/location/node.def
index a5b234ea..903b405f 100644
--- a/templates/service/snmp/location/node.def
+++ b/templates/service/snmp/location/node.def
@@ -1,3 +1,6 @@
type: txt
help: Location information
+syntax:expression: pattern $VAR(@) "^[[:print:]]{1,255}$" ; \
+ "Location is limited to 255 characters or less"
+