5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-10-25 07:33:11 +03:00

network: update name of pinning tool

Has been changed from proxmox-network-interface-pinning to
pve-network-interface-pinning for the initial release, since we do not
include the standalone rust tool for now.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
Link: https://lore.proxmox.com/20250805122701.231702-1-s.hanreich@proxmox.com
This commit is contained in:
Stefan Hanreich
2025-08-05 14:26:58 +02:00
committed by Thomas Lamprecht
parent 86a084c20d
commit 3f1bf7305d

View File

@@ -158,8 +158,8 @@ command line. You need to reboot for the changes to take effect.
Overriding network device names
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Using the proxmox-network-interface-pinning Tool
++++++++++++++++++++++++++++++++++++++++++++++++
Using the pve-network-interface-pinning Tool
++++++++++++++++++++++++++++++++++++++++++++
Proxmox VE provides a tool for automatically generating .link files for
overriding the name of network devices. It also automatically replaces the
@@ -193,29 +193,29 @@ configuration files (see above). The generated names will use the default prefix
`nic`, so the resulting interface names will be `nic1`, `nic2`, ...
----
proxmox-network-interface-pinning generate
pve-network-interface-pinning generate
----
You can override the default prefix with the `--prefix` flag:
----
proxmox-network-interface-pinning generate --prefix myprefix
pve-network-interface-pinning generate --prefix myprefix
----
It is also possible to pin only a specific interface:
----
proxmox-network-interface-pinning generate --interface enp1s0
pve-network-interface-pinning generate --interface enp1s0
----
When pinning a specific interface, you can specify the exact name that the
interface should be pinned to:
----
proxmox-network-interface-pinning generate --interface enp1s0 --target-name if42
pve-network-interface-pinning generate --interface enp1s0 --target-name if42
----
In order to apply the changes made by `proxmox-network-interface-pinning` to the
In order to apply the changes made by `pve-network-interface-pinning` to the
network configuration, the node needs to be rebooted.