summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorOleksandr Martsyniuk <sasha@campus.rv.ua>2026-05-27 11:53:26 +0200
committerGitHub <noreply@github.com>2026-05-27 11:53:26 +0200
commitaba17cce5f471bc0744e5947649597c6e15e956a (patch)
tree8c33c43bb14d7752041ea74caaef0ec7cc46735b /doc/guides
parent328aee7bbec7ff3ec66b2c9f10760bbcb613076d (diff)
downloadaccel-ppp.github.io-aba17cce5f471bc0744e5947649597c6e15e956a.tar.gz
accel-ppp.github.io-aba17cce5f471bc0744e5947649597c6e15e956a.zip
Revise SYSTEMD-UDEV optimization steps
Updated instructions for SYSTEMD-UDEV optimizations by replacing the deletion of 99-default.link with the creation of 90-ipoe.link.
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/BRAS_tuning.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/guides/BRAS_tuning.rst b/doc/guides/BRAS_tuning.rst
index 14395eb..befff71 100644
--- a/doc/guides/BRAS_tuning.rst
+++ b/doc/guides/BRAS_tuning.rst
@@ -115,11 +115,16 @@ repeat with file ``/lib/udev/net.agent``
SYSTEMD-UDEV optimizations
^^^^^^^^^^^^^^^^^^^^^^^^^^
-1. Delete ``99-default.link`` from ``/lib/systemd/network/`` directory
+1. Create file ``90-ipoe.link`` in ``/lib/systemd/network/`` directory
.. code-block:: sh
- rm /lib/systemd/network/99-default.link
+ [Match]
+ OriginalName=ipoe* ppp*
+
+ [Link]
+ NamePolicy=keep
+ MACAddressPolicy=none
2. Change ``/lib/udev/rules.d/99-systemd.rules``