summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2014-08-03 11:26:35 +0200
committerDaniil Baturin <daniil@baturin.org>2014-08-03 11:26:35 +0200
commit200889e9e3d671d6bdef3b2803215e3f05293b9e (patch)
tree2c89b03f37e149888195758e5926db92af581239 /scripts
parentd56c20b57795721ff3964155afce4c5f4f20c707 (diff)
downloadvyatta-cfg-system-200889e9e3d671d6bdef3b2803215e3f05293b9e.tar.gz
vyatta-cfg-system-200889e9e3d671d6bdef3b2803215e3f05293b9e.zip
Bug #196: rename "smuxpeer" to "smux-peer" for consistency with other commands.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/snmp/vyatta-snmp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl
index 7d00be97..a39b517b 100755
--- a/scripts/snmp/vyatta-snmp.pl
+++ b/scripts/snmp/vyatta-snmp.pl
@@ -215,7 +215,7 @@ sub snmp_get_values {
print_community($config, $community);
}
- $config->setLevel("service snmp smuxpeer");
+ $config->setLevel("service snmp smux-peer");
my @smuxpeers = $config->returnValues();
foreach my $smuxpeer (@smuxpeers) {
print "smuxpeer $smuxpeer \n";