diff options
author | Ceri Davies <ceri@FreeBSD.org> | 2023-01-07 18:28:45 +0000 |
---|---|---|
committer | Ceri Davies <ceri@FreeBSD.org> | 2023-01-07 18:28:45 +0000 |
commit | 75e23a272aef4659f04ad25ccc5e39c05a377df0 (patch) | |
tree | 90066da91c2b71754de159c08d15ecea0fc9e0b0 | |
parent | 645b00391a5374ea843b8066ce9d9f701b991b6f (diff) | |
download | doc-75e23a272a.tar.gz doc-75e23a272a.zip |
handbook: net/zebra has gone, update to net/quagga
-rw-r--r-- | documentation/content/en/books/handbook/advanced-networking/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/advanced-networking/_index.adoc b/documentation/content/en/books/handbook/advanced-networking/_index.adoc index 578152c27f..43b6c70294 100644 --- a/documentation/content/en/books/handbook/advanced-networking/_index.adoc +++ b/documentation/content/en/books/handbook/advanced-networking/_index.adoc @@ -229,7 +229,7 @@ Static routes are appropriate for small networks and this section describes how ==== For large networks, static routes quickly become unscalable. FreeBSD comes with the standard BSD routing daemon man:routed[8], which provides the routing protocols RIP, versions 1 and 2, and IRDP. -Support for the BGP and OSPF routing protocols can be installed using the package:net/zebra[] package or port. +Support for the BGP and OSPF routing protocols can be installed using the package:net/quagga[] package or port. ==== Consider the following network: |