aports/testing/bird3/bird3.pre-upgrade
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

6 lines
115 B
Bash

#!/bin/sh
addgroup -S bird 2>/dev/null
adduser -S -D -H -s /sbin/nologin -G bird -g bird bird 2>/dev/null
exit 0