https://github.com/ocochard/bsdrp
BSD Router Project
https://github.com/ocochard/bsdrp
bird bsd-router freebsd frrouting network router routing routing-protocols
Last synced: about 1 month ago
JSON representation
BSD Router Project
- Host: GitHub
- URL: https://github.com/ocochard/bsdrp
- Owner: ocochard
- License: other
- Created: 2014-09-12T19:37:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T21:47:38.000Z (7 months ago)
- Last Synced: 2024-10-20T08:38:45.614Z (7 months ago)
- Topics: bird, bsd-router, freebsd, frrouting, network, router, routing, routing-protocols
- Language: Shell
- Homepage: https://bsdrp.net
- Size: 10.1 MB
- Stars: 176
- Watchers: 39
- Forks: 38
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
# [BSD Router Project](https://bsdrp.net)
Copyright (c) 2009-2025, The BSDRP Development Team
## Description
The BSD Router Project (BSDRP) is a free, open-source router distribution based on [FreeBSD](https://www.freebsd.org).
It includes software like: [FRRouting](https://frrouting.org), [Bird](http://bird.network.cz/), [ExaBGP](https://github.com/Exa-Networks/exabgp), [OpenVPN](https://openvpn.net/) and [strongSwan](https://www.strongswan.org/).## Requirements to Build
- FreeBSD 14.2 or higher
- poudriere
- git## How to build
The build system uses a Makefile. To build BSDRP image disks, run:
```
make
```And `make help` for more information.
[Learn more in the technical documentation]( https://bsdrp.net/documentation/technical_docs)