summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/building-frr-for-fedora.rst2
-rw-r--r--doc/user/installation.rst3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/developer/building-frr-for-fedora.rst b/doc/developer/building-frr-for-fedora.rst
index d11da2d64..0208f1146 100644
--- a/doc/developer/building-frr-for-fedora.rst
+++ b/doc/developer/building-frr-for-fedora.rst
@@ -14,7 +14,7 @@ Installing Dependencies
sudo dnf install git autoconf automake libtool make \
readline-devel texinfo net-snmp-devel groff pkgconfig json-c-devel \
pam-devel python3-pytest bison flex c-ares-devel python3-devel \
- python3-sphinx perl-core patch
+ python3-sphinx perl-core patch systemd-devel
.. include:: building-libyang.rst
diff --git a/doc/user/installation.rst b/doc/user/installation.rst
index 6438c1141..64949fc8e 100644
--- a/doc/user/installation.rst
+++ b/doc/user/installation.rst
@@ -465,7 +465,8 @@ Additional kernel modules are also needed to support MPLS forwarding.
mpls_router
mpls_iptunnel
- The following is an example to enable MPLS forwarding in the kernel:
+ The following is an example to enable MPLS forwarding in the
+ kernel, typically by editing :file:`/etc/sysctl.conf`:
.. code-block:: shell