mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
frr: T5415: make mgmtd only listen on localhost
This commit is contained in:
parent
e26d74bb07
commit
4d371db4ff
@ -40,6 +40,7 @@ isisd_options="--daemon -A 127.0.0.1 -M snmp"
|
|||||||
pimd_options="--daemon -A 127.0.0.1"
|
pimd_options="--daemon -A 127.0.0.1"
|
||||||
ldpd_options="--daemon -A 127.0.0.1"
|
ldpd_options="--daemon -A 127.0.0.1"
|
||||||
nhrpd_options="--daemon -A 127.0.0.1"
|
nhrpd_options="--daemon -A 127.0.0.1"
|
||||||
|
mgmtd_options=" --daemon -A 127.0.0.1"
|
||||||
eigrpd_options="--daemon -A 127.0.0.1"
|
eigrpd_options="--daemon -A 127.0.0.1"
|
||||||
babeld_options="--daemon -A 127.0.0.1"
|
babeld_options="--daemon -A 127.0.0.1"
|
||||||
sharpd_options="--daemon -A 127.0.0.1"
|
sharpd_options="--daemon -A 127.0.0.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user