From d53614ec889547db37573cef336a062895605047 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Thu, 17 Sep 2015 21:51:08 +0900 Subject: add link to zebra doc Signed-off-by: FUJITA Tomonori --- README.md | 1 + docs/sources/zebra.md | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c15e019c..d3742d0a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ No dependency hell (library, package, etc) thanks to Go. * [Route Server](https://github.com/osrg/gobgp/blob/master/docs/sources/route-server.md) * [Route Reflector](https://github.com/osrg/gobgp/blob/master/docs/sources/route-reflector.md) * [Policy](https://github.com/osrg/gobgp/blob/master/docs/sources/policy.md) + * [FIB manipulation](https://github.com/osrg/gobgp/blob/master/docs/sources/zebra.md) * [MRT](https://github.com/osrg/gobgp/blob/master/docs/sources/mrt.md) * [BMP](https://github.com/osrg/gobgp/blob/master/docs/sources/bmp.md) * [EVPN](https://github.com/osrg/gobgp/blob/master/docs/sources/evpn.md) diff --git a/docs/sources/zebra.md b/docs/sources/zebra.md index 076b0170..a8749e94 100644 --- a/docs/sources/zebra.md +++ b/docs/sources/zebra.md @@ -1,6 +1,9 @@ -# Zebra +# FIB manipulation -This page explains how to share routes with zebra included in [Quagga](http://www.nongnu.org/quagga/). +This page explains how to perform FIB manipulation; kernel routing +table updates, interface lookups, and redistribution of routes between +different routing protocols. GoBGP uses zebra included in +[Quagga](http://www.nongnu.org/quagga/). ## Prerequisites -- cgit v1.2.3