mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 08:23:56 +00:00

the snmp tests are using zebra.conf to setup the address that they are binding to and immediately after that they are starting snmpd. If snmpd starts up *before* zebra has installed the address the bind on the address will fail. Causing the entire test to fail. Modify the snmpd.conf for all our snmp tests to bind to all addresses. Things still work and we no longer have an issue. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
19 lines
293 B
Plaintext
19 lines
293 B
Plaintext
agentAddress udp:161
|
|
|
|
com2sec public 2.2.2.2 public
|
|
|
|
group public_group v1 public
|
|
group public_group v2c public
|
|
|
|
access public_group "" any noauth prefix all all none
|
|
|
|
view all included .1
|
|
|
|
iquerySecName frr
|
|
rouser frr
|
|
|
|
master agentx
|
|
|
|
agentXSocket /etc/frr/agentx
|
|
agentXPerms 777 755 root frr
|