summaryrefslogtreecommitdiff
path: root/scripts/snmp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/snmp')
-rw-r--r--scripts/snmp/vyatta-snmp.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/snmp/vyatta-snmp.pl b/scripts/snmp/vyatta-snmp.pl
index 1c86321b..a3be64ad 100644
--- a/scripts/snmp/vyatta-snmp.pl
+++ b/scripts/snmp/vyatta-snmp.pl
@@ -119,8 +119,8 @@ sub get_listen_address {
}
} else {
# default if no address specified
- @listen = ( 'udp:' );
- push @listen, 'udp6:' unless ipv6_disabled();
+ @listen = ( 'udp:161' );
+ push @listen, 'udp6:161' unless ipv6_disabled();
return @listen;
}