mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 01:14:48 +00:00

Ticket: CM-9274 Reviewed By: sharpd@cumulusnetworks.com Testing Done: <DETAILED DESCRIPTION (REPLACE)>
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
MAX_INSTANCES=5
|
|
MAX_FDS=1024
|
|
ZEBRA_OPTIONS="-s 16777216 -A 127.0.0.1"
|
|
BGPD_OPTIONS="-A 127.0.0.1"
|
|
OSPFD_OPTIONS="-A 127.0.0.1"
|
|
OSPF6D_OPTIONS="-A ::1"
|
|
RIPD_OPTIONS="-A 127.0.0.1"
|
|
RIPNGD_OPTIONS="-A ::1"
|
|
ISISD_OPTIONS="-A 127.0.0.1"
|