diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-05 15:34:56 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-05 15:34:56 -0800 |
commit | c5e6a28f5697e9448dbb343f5023709cbc2d3c8b (patch) | |
tree | 05d387c41900933fb729b7a6cfd0d0c98bfb92ea /templates/protocols/snmp/community | |
parent | fa603975fdbbc7726dbb923e6cb2fc0649c28a98 (diff) | |
download | vyatta-cfg-system-c5e6a28f5697e9448dbb343f5023709cbc2d3c8b.tar.gz vyatta-cfg-system-c5e6a28f5697e9448dbb343f5023709cbc2d3c8b.zip |
Change 'protocols snmp' to 'service snmp'
Bug 212
The entries in config under protocols were all routing protocols
except SNMP which was an unfortunate original design choice.
Config script does migration.
Diffstat (limited to 'templates/protocols/snmp/community')
4 files changed, 0 insertions, 17 deletions
diff --git a/templates/protocols/snmp/community/node.def b/templates/protocols/snmp/community/node.def deleted file mode 100644 index cf95bc27..00000000 --- a/templates/protocols/snmp/community/node.def +++ /dev/null @@ -1,3 +0,0 @@ -tag: -type: txt -help: Set community name [REQUIRED] diff --git a/templates/protocols/snmp/community/node.tag/authorization/node.def b/templates/protocols/snmp/community/node.tag/authorization/node.def deleted file mode 100644 index c8918d43..00000000 --- a/templates/protocols/snmp/community/node.tag/authorization/node.def +++ /dev/null @@ -1,7 +0,0 @@ -type: txt -default: "ro" -help: Set authorization type (rw or ro) (default: ro) -syntax:expression: $VAR(@) in "ro", "rw"; "Authorization type must be either rw or ro" - - - diff --git a/templates/protocols/snmp/community/node.tag/client/node.def b/templates/protocols/snmp/community/node.tag/client/node.def deleted file mode 100644 index 828faa97..00000000 --- a/templates/protocols/snmp/community/node.tag/client/node.def +++ /dev/null @@ -1,3 +0,0 @@ -multi: -type: ipv4 -help: Set IP address of SNMP client allowed to contact system diff --git a/templates/protocols/snmp/community/node.tag/network/node.def b/templates/protocols/snmp/community/node.tag/network/node.def deleted file mode 100644 index 00a77d4b..00000000 --- a/templates/protocols/snmp/community/node.tag/network/node.def +++ /dev/null @@ -1,4 +0,0 @@ -multi: -type: ipv4net -help: Set subnet of SNMP client(s) allowed to contact system -syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)" |