diff options
| author | Oleksandr Martsyniuk <sasha@campus.rv.ua> | 2026-05-27 11:53:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 11:53:26 +0200 |
| commit | aba17cce5f471bc0744e5947649597c6e15e956a (patch) | |
| tree | 8c33c43bb14d7752041ea74caaef0ec7cc46735b /doc | |
| parent | 328aee7bbec7ff3ec66b2c9f10760bbcb613076d (diff) | |
| download | accel-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')
| -rw-r--r-- | doc/guides/BRAS_tuning.rst | 9 |
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`` |
