]> git.puffer.fish Git - mirror/frr.git/commitdiff
Suggested changes by @qlyoung 2241/head
authorJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 20:04:54 +0000 (14:04 -0600)
committerJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 20:04:54 +0000 (14:04 -0600)
- Changed hard-linked references to soft-link
- Changed configuration options from code block to ``.. option::`` blocks

Signed-off-by: Jarad Olson <brotherdust+github@gmail.com>
doc/developer/building-frr-on-ubuntu1804.rst

index afea8ba24cfdea1d4d08833c323ae61d3be260cf..d9fc37c17272798351dbd250bb5f8a3b2027c64f 100644 (file)
@@ -78,7 +78,9 @@ Download source
 
 Configure
 ^^^^^^^^^
-Options below are provided as an example. See `User Guide/Installation <http://frrouting.readthedocs.io/en/latest/installation.html>` for more.
+Options below are provided as an example.
+
+.. seealso:: *Installation* section of user guide
 
 ::
 
@@ -109,19 +111,13 @@ Options below are provided as an example. See `User Guide/Installation <http://f
 If optional packages were installed, the associated feature may now be
 enabled.
 
-Protobuf
-~~~~~~~~
-
-::
-
-    --enable-protobuf
+.. option:: --enable-protobuf
 
-ZeroMQ
-~~~~~~
+Enable support for protobuf transport
 
-::
+.. option:: --enable-zeromq
 
-    --enable-zeromq
+Enable support for ZeroMQ transport
 
 Compile
 ^^^^^^^
@@ -141,8 +137,9 @@ are correct. If the files are not already present, FRR will create them.
 
 It's also important to consider _which_ files to create. FRR supports writing
 configuration to a monolithic file, ``/etc/frr/frr.conf``, which is not
-recommended, according to the 
-`user guide <http://frrouting.readthedocs.io/en/latest/vtysh.html>`.
+recommended
+.. seealso:: *VTYSH* section of user guide
+
 The presence of ``/etc/frr/frr.conf`` on startup implicitly configures FRR to
 ignore daemon-specific configuration files.