diff options
author | Jarad Olson <brotherdust+github@gmail.com> | 2018-05-15 19:50:00 +0200 |
---|---|---|
committer | Jarad Olson <brotherdust+github@gmail.com> | 2018-05-15 19:50:00 +0200 |
commit | 6d30cb199c34920d0c9201cd84c4b0e311e0299b (patch) | |
tree | fa92ed48450105dc3c7f18a3d083c151b89fdf3b /doc | |
parent | Change order of MPLS configuration (diff) | |
download | frr-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.rst | 4 |
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 |