aports/testing/bird3/bird3.confd
Francesco Colista 814ecbf4e3 testing/bird3: new aport
The new release brings:
Version 3.0.0 (2024-12-17)

from 2.16

- Multithreaded execution
- Decoupled exports from imports
- Unified route attribute names
- Slightly different log format
- Separate reload command for filters and protocols
- BGP: Export tables show the state as on wire
- Lots of internal changes

Added a patch to disable hash test that segfaults
2024-12-20 17:08:22 +00:00

17 lines
372 B
Bash

# Configuration for /etc/init.d/bird
#supervisor="supervise-daemon"
# Path of bird configuration file
#CONF_FILE="/etc/bird.conf"
# Path of bird command socket
#SOCK_PATH="/var/run/bird.ctl"
# User bird will run as after initialization
#USER="bird"
# Group bird will run as after initialization
#GROUP="bird"
# Additional arguments for the bird process
#BIRD_ARGS=""