Jonathan Hart | ed9ade9 | 2017-09-07 16:47:52 -0700 | [diff] [blame] | 1 | |
| 2 | This is a fork of the Quagga project that includes patches for connecting to |
| 3 | ONOS via the FPM protocol. |
| 4 | |
| 5 | See branches for patched code targeting different ONOS versions: |
| 6 | onos-1.10 branch for ONOS 1.10.x releases |
| 7 | onos-1.11 branch for ONOS 1.11.x and newer releases |
| 8 | |
| 9 | This repo also includes a Dockerfile that can be used to build a docker image |
| 10 | of quagga (currently supporting zebra + bgpd only). |
| 11 | |
| 12 | Building the image: |
| 13 | docker build -t quagga-fpm . |
| 14 | |
| 15 | Running the image: |
| 16 | sudo docker run --privileged -d -v $VOLUME:/etc/quagga -n quagga quagga-fpm |
| 17 | |
| 18 | where $VOLUME is a directory containing the bgpd.conf and zebra.conf config files. |
| 19 | |
| 20 | |
| 21 | ========= |
| 22 | |
paul | 9104f56 | 2004-11-12 10:30:21 +0000 | [diff] [blame] | 23 | Quagga is free software that manages various IPv4 and IPv6 routing |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 24 | protocols. |
| 25 | |
paul | 9104f56 | 2004-11-12 10:30:21 +0000 | [diff] [blame] | 26 | Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, |
| 27 | RIPv2, and RIPng as well as very early support for IS-IS. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 28 | |
paul | 9104f56 | 2004-11-12 10:30:21 +0000 | [diff] [blame] | 29 | See the file INSTALL.quagga.txt for building and installation instructions. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 30 | |
| 31 | See the file REPORTING-BUGS to report bugs. |
| 32 | |
paul | 9104f56 | 2004-11-12 10:30:21 +0000 | [diff] [blame] | 33 | Quagga is free software. See the file COPYING for copying conditions. |