7 Commits

Author SHA1 Message Date
ajacoutot
e41557cf5a Adapt pexp after recent rc.subr change. 2015-07-15 14:35:48 +00:00
sthen
92a319405f no need for the custom rc_check if pexp is put in the right place ;)
clue from rpe@
2014-07-01 21:51:42 +00:00
sthen
754cfcf505 avoid rc.d/bird from matching bird6 with its pexp line, problem reported by
Job Snijders via jasper@
2014-07-01 20:38:44 +00:00
sthen
f7319fbe55 Update to BIRD 1.4.0 - adds BFD protocol and support for BGP/OSPF,
"allow local as", extended filters, bugfixes and more.
Note these incompatible changes:

- IBGP is multihop by default.
- Changes primary address selection on BSD to the first one.
- Integers in filters are handled as unsigned.
- ISO 8601 time formats used by default.
- Import of device routes from kernel protocol allowed.
- Last state change now tracks just protocol state change.
- Minor changes to default router ID calculation.
2013-11-25 14:58:32 +00:00
sthen
5aa61b85c7 Add comments about flavour handling to makefile.
Use birdc/birdc6 down for rc_stop.
2013-01-24 10:04:15 +00:00
sthen
450ebe0708 - update to 1.3.1 (bug fixes + adds 'med metric' for bgp)
- add rc scripts
2011-05-02 10:49:46 +00:00
sthen
975302b293 import net/bird;
The BIRD project aims to develop a fully functional dynamic IP
routing daemon primarily targeted on (but not limited to) UNIX-like
systems and distributed under the GNU General Public License.

    * Both IPv4 and IPv6
    * Multiple routing tables (not on OpenBSD yet)
    * BGP
    * RIP
    * OSPF (IPv4 only)
    * Static routes
    * Inter-table protocol
    * Command-line interface
    * Soft reconfiguration
    * Powerful language for route filtering

Due to bird's build system, packages are split: the bird package
contains IPv4 daemons, bird-v6 contains IPv6 daemons (build with
FLAVOR=v6), and bird-doc contains the manual.
2009-08-17 23:03:58 +00:00