summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/snmp/vyatta-snmp.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl
index ea77f7b7..b43485b3 100644
--- a/scripts/snmp/vyatta-snmp.pl
+++ b/scripts/snmp/vyatta-snmp.pl
@@ -66,6 +66,7 @@ sub snmp_get_constants {
$output .= "smuxpeer .1.3.6.1.4.1.3317.1.2.2\n"; # ospfd
$output .= "smuxpeer .1.3.6.1.4.1.3317.1.2.5\n"; # bgpd
$output .= "smuxpeer .1.3.6.1.4.1.3317.1.2.3\n"; # ripd
+ $output .= "smuxsocket localhost\n";
return $output;
}