diff --git a/docs/label-templates-network.md b/docs/label-templates-network.md index a652a98c..2e3984a6 100644 --- a/docs/label-templates-network.md +++ b/docs/label-templates-network.md @@ -16,14 +16,6 @@ Mac Address can be retrieved via both the `${Network/NICs/2/MacAddress}` and the | Variable | Description | | --------------------------------------------------- | ------------------------------------------------ | -| `${Network/NICs/__/AdvertisedLinkModes}` | Ethernet Link Modes advertised as available | -| `${Network/NICs/__/Duplex}` | Ethernet Duplex mode | -| `${Network/NICs/__/IsVirtual}` | Wheter the NIC is real ("false") or not ("true") | -| `${Network/NICs/__/MacAddress}` | MAC of the interface | -| `${Network/NICs/__/Name}` | Interface name | -| `${Network/NICs/__/Speed}` | Speed of the link | -| `${Network/NICs/__/SupportedLinkModes}` | Ethernet Link Modes supported by the NIC | -| `${Network/NICs/__/SupportedPorts}` | NIC's available ports | | `${Network/NICs/__/AdvertisedLinkModes}` | Ethernet Link Modes advertised as available | | `${Network/NICs/__/Duplex}` | Ethernet Duplex mode | | `${Network/NICs/__/IsVirtual}` | Wheter the NIC is real ("false") or not ("true") | @@ -32,4 +24,12 @@ Mac Address can be retrieved via both the `${Network/NICs/2/MacAddress}` and the | `${Network/NICs/__/Speed}` | Speed of the link | | `${Network/NICs/__/SupportedLinkModes}` | Ethernet Link Modes supported by the NIC | | `${Network/NICs/__/SupportedPorts}` | NIC's available ports | +| `${Network/NICs/__/AdvertisedLinkModes}` | Ethernet Link Modes advertised as available | +| `${Network/NICs/__/Duplex}` | Ethernet Duplex mode | +| `${Network/NICs/__/IsVirtual}` | Wheter the NIC is real ("false") or not ("true") | +| `${Network/NICs/__/MacAddress}` | MAC of the interface | +| `${Network/NICs/__/Name}` | Interface name | +| `${Network/NICs/__/Speed}` | Speed of the link | +| `${Network/NICs/__/SupportedLinkModes}` | Ethernet Link Modes supported by the NIC | +| `${Network/NICs/__/SupportedPorts}` | NIC's available ports | | `${Network/TotalNICs/}` | Number of NICs present in the system | \ No newline at end of file