mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-03 21:48:21 +02:00
man: clearify the meaning of the interface argument for dispatcher scripts
This commit is contained in:
parent
4c80e322ae
commit
9a79398a00
1 changed files with 4 additions and 1 deletions
|
|
@ -60,7 +60,10 @@
|
|||
</para>
|
||||
<para>
|
||||
Each script receives two arguments, the first being the interface name of the
|
||||
device an operation just happened on, and second the action.
|
||||
device an operation just happened on, and second the action. For device actions,
|
||||
the interface is the name of the kernel interface suitable for IP configuration.
|
||||
Thus it is either VPN_IP_IFACE, DEVICE_IP_IFACE, or DEVICE_IFACE, as applicable.
|
||||
For the <varname>hostname</varname> action it is always "none".
|
||||
</para>
|
||||
<para>The actions are:</para>
|
||||
<variablelist class="dispatcher-options">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue