summaryrefslogtreecommitdiffhomepage
path: root/docs/sources
diff options
context:
space:
mode:
authorISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-09-24 13:27:48 +0900
committerISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>2015-09-25 18:20:48 +0900
commit841971972b318552e4fa25613c9f7c051bb8d198 (patch)
tree219134ff1c3a0294c888e535b94c04bbc6b3fc7c /docs/sources
parentb38d3f672303cbceaebc05d9711307ba2c9f06dc (diff)
docs: update zebra documentation
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources')
-rw-r--r--docs/sources/zebra.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/sources/zebra.md b/docs/sources/zebra.md
index a8749e94..1b0c53d8 100644
--- a/docs/sources/zebra.md
+++ b/docs/sources/zebra.md
@@ -21,13 +21,15 @@ You need to enable the zebra feature in the Global configuration as follows.
[Global.Zebra]
Enabled = true
Url = "unix:/var/run/quagga/zserv.api"
-
+ [[Global.Zebra.RedistributeRouteTypeList]]
+ RouteType = "connect"
```
You can skip Url. If it's skipped, GoBGP uses "unix:/var/run/quagga/zserv.api" as the Url.
This configuration specifies unix domain socket in its Url and you can change it to the one using TCP.
If you use TCP, Url can be like "tcp:192.168.24.1:2600".
-
+Specify which route type you want to redistribute through bgp.
+Here gobgp will redistribute connected routes which zebra has.
## <a name="section1">Check Routes from zebra