Add more information about the post-gated world of routing software on
FreeBSD. Mention net/zebra, and add indexterms for BGP, RIP, and OSPF.
This commit is contained in:
parent
afd0aa9f49
commit
44f4956112
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16773
1 changed files with 9 additions and 2 deletions
|
@ -415,8 +415,15 @@ host2.example.com link#1 UC 0 0
|
|||
traffic. If your network is simple enough you can use static
|
||||
routes. FreeBSD also comes with the standard BSD routing
|
||||
daemon &man.routed.8;, which speaks RIP (both version 1 and
|
||||
version 2) and IRDP. For more complex situations you may want
|
||||
to try a commercial routing solution such as gated.</para>
|
||||
version 2) and IRDP. Support for BGP v4, OSPF v2, and other
|
||||
sophisticated routing protocols is available with the
|
||||
<filename role="package">net/zebra</filename> package.
|
||||
Commercial products such as gated are also available for more
|
||||
complex network routing solutions.</para>
|
||||
|
||||
<indexterm><primary>BGP</primary></indexterm>
|
||||
<indexterm><primary>RIP</primary></indexterm>
|
||||
<indexterm><primary>OSPF</primary></indexterm>
|
||||
|
||||
<para>Even when FreeBSD is configured in this way, it does not
|
||||
completely comply with the Internet standard requirements for
|
||||
|
|
Loading…
Reference in a new issue