summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7c65747bd5..cc1087966a 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