summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Eshenko <dmitriy.eshenko@accel-ppp.org>2026-06-23 18:54:57 +0300
committerGitHub <noreply@github.com>2026-06-23 18:54:57 +0300
commit0a5030ea798d4fc6196d0ea471cb6c13c436d31e (patch)
tree8c33c43bb14d7752041ea74caaef0ec7cc46735b /doc
parent328aee7bbec7ff3ec66b2c9f10760bbcb613076d (diff)
parentaba17cce5f471bc0744e5947649597c6e15e956a (diff)
downloadaccel-ppp.github.io-0a5030ea798d4fc6196d0ea471cb6c13c436d31e.tar.gz
accel-ppp.github.io-0a5030ea798d4fc6196d0ea471cb6c13c436d31e.zip
Merge pull request #3 from scamp/patch-2
Revise SYSTEMD-UDEV optimization steps
Diffstat (limited to 'doc')
-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``