summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet/node.tag/duplex/node.def
blob: e15ef39530ea781086cd413fb77caea6a0cc1850 (plain)
1
2
3
4
5
6
type: txt
help: "set the duplex for this interface"
syntax: $(@) in "half", "full"; "duplex must be half or full"
commit: $(../speed) != ""; "if duplex is hardcoded, speed must also be hardcoded"
create: "ethtool -s $(../@) speed $(../speed/@) duplex $(@) autoneg off"
delete: "ethtool -s $(../@) autoneg on"