diff options
author | Daniil Baturin <daniil@baturin.org> | 2014-08-03 11:26:35 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2014-08-03 11:26:35 +0200 |
commit | 200889e9e3d671d6bdef3b2803215e3f05293b9e (patch) | |
tree | 2c89b03f37e149888195758e5926db92af581239 /scripts | |
parent | d56c20b57795721ff3964155afce4c5f4f20c707 (diff) | |
download | vyatta-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-x | scripts/snmp/vyatta-snmp.pl | 2 |
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"; |