mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-08 20:19:16 +00:00

Modify code base to allow rpm building. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
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"
|