]> git.puffer.fish Git - matthieu/frr.git/commitdiff
MPLS kernel module name change
authorJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 17:50:00 +0000 (11:50 -0600)
committerJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 17:50:00 +0000 (11:50 -0600)
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>
doc/developer/building-frr-on-ubuntu1804.rst

index 7c65747bd589ff6382d527d9f269e8cefd3ecf8f..cc1087966a2564232e48b6fa3ef6cecb32184e76 100644 (file)
@@ -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