mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
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
17 lines
372 B
Bash
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=""
|