diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-09-24 13:27:48 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-09-25 18:20:48 +0900 |
commit | 841971972b318552e4fa25613c9f7c051bb8d198 (patch) | |
tree | 219134ff1c3a0294c888e535b94c04bbc6b3fc7c /docs/sources/zebra.md | |
parent | b38d3f672303cbceaebc05d9711307ba2c9f06dc (diff) |
docs: update zebra documentation
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs/sources/zebra.md')
-rw-r--r-- | docs/sources/zebra.md | 6 |
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 |