]> git.proxmox.com Git - mirror_frr.git/commitdiff
Change order of MPLS configuration
authorJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 17:49:18 +0000 (11:49 -0600)
committerJarad Olson <brotherdust+github@gmail.com>
Tue, 15 May 2018 17:49:18 +0000 (11:49 -0600)
MPLS kernel modules should be initialized *before* enabling forwarding. Otherwise, errors.

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

index 17edb7ef4f9138e34a11a0395479a6b00112dac8..7c65747bd589ff6382d527d9f269e8cefd3ecf8f 100644 (file)
@@ -101,6 +101,20 @@ other settings)
     #  based on Router Advertisements for this host
     net.ipv6.conf.all.forwarding=1
 
+Add MPLS kernel modules
+^^^^^^^^^^^^^^^^^^^^^^^
+
+Add the following lines to ``/etc/modules-load.d/modules.conf``:
+
+::
+
+    # Load MPLS Kernel Modules
+    mpls-router
+    mpls-iptunnel
+
+**Reboot** or use ``sysctl -p`` to apply the same config to the running
+system
+
 Enable MPLS Forwarding (with Linux Kernel >= 4.5)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -116,20 +130,6 @@ MPLS
     net.mpls.conf.eth2.input=1
     net.mpls.platform_labels=100000
 
-Add MPLS kernel modules
-^^^^^^^^^^^^^^^^^^^^^^^
-
-Add the following lines to ``/etc/modules-load.d/modules.conf``:
-
-::
-
-    # Load MPLS Kernel Modules
-    mpls-router
-    mpls-iptunnel
-
-**Reboot** or use ``sysctl -p`` to apply the same config to the running
-system
-
 Install the systemd service (if rebooted from last step, change directory back to frr directory)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^