diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-14 10:39:13 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-05-14 10:57:39 -0700 |
commit | ebc6b3916c76ff66f46f708d15194cb28829d066 (patch) | |
tree | 00cdc4515ac46da8fd926cb38e7653ee739cae0d /templates/service/snmp/community6/node.def | |
parent | 6ca482900c0be69068968fc033ad27fd0ab24c18 (diff) | |
download | vyatta-cfg-quagga-ebc6b3916c76ff66f46f708d15194cb28829d066.tar.gz vyatta-cfg-quagga-ebc6b3916c76ff66f46f708d15194cb28829d066.zip |
Change SNMP community handling
Allow combination of IPv4 and IPv6 address in community setting.
Use script to generate necessary community values in snmpd.conf
Diffstat (limited to 'templates/service/snmp/community6/node.def')
-rw-r--r-- | templates/service/snmp/community6/node.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/service/snmp/community6/node.def b/templates/service/snmp/community6/node.def deleted file mode 100644 index 32eb4800..00000000 --- a/templates/service/snmp/community6/node.def +++ /dev/null @@ -1,5 +0,0 @@ -tag: -type: txt -help: Set community name [REQUIRED] -syntax:expression: pattern $VAR(@) "^[^%]+$" ; \ - "Community string may not contain %" |