summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJarad Olson <brotherdust+github@gmail.com>2018-05-15 19:50:00 +0200
committerJarad Olson <brotherdust+github@gmail.com>2018-05-15 19:50:00 +0200
commit6d30cb199c34920d0c9201cd84c4b0e311e0299b (patch)
treefa92ed48450105dc3c7f18a3d083c151b89fdf3b /doc
parentChange order of MPLS configuration (diff)
downloadfrr-6d30cb199c34920d0c9201cd84c4b0e311e0299b.tar.xz
frr-6d30cb199c34920d0c9201cd84c4b0e311e0299b.zip
MPLS kernel module name change
Names of the MPLS kernel modules changed slightly in recent kernel. Uses underscore instead of dash. Signed-off-by: Jarad Olson <brotherdust+github@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/building-frr-on-ubuntu1804.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/developer/building-frr-on-ubuntu1804.rst b/doc/developer/building-frr-on-ubuntu1804.rst
index 7c65747bd..cc1087966 100644
--- a/doc/developer/building-frr-on-ubuntu1804.rst
+++ b/doc/developer/building-frr-on-ubuntu1804.rst
@@ -109,8 +109,8 @@ Add the following lines to ``/etc/modules-load.d/modules.conf``:
::
# Load MPLS Kernel Modules
- mpls-router
- mpls-iptunnel
+ mpls_router
+ mpls_iptunnel
**Reboot** or use ``sysctl -p`` to apply the same config to the running
system