systemd-networkd: link: Name -> OriginalName
This commit is contained in:
parent
31a577c736
commit
aa251bbc3e
@ -10,7 +10,7 @@ let
|
|||||||
|
|
||||||
checkLink = checkUnitConfig "Link" [
|
checkLink = checkUnitConfig "Link" [
|
||||||
(assertOnlyFields [
|
(assertOnlyFields [
|
||||||
"Description" "Alias" "MACAddressPolicy" "MACAddress" "NamePolicy" "Name"
|
"Description" "Alias" "MACAddressPolicy" "MACAddress" "NamePolicy" "OriginalName"
|
||||||
"MTUBytes" "BitsPerSecond" "Duplex" "AutoNegotiation" "WakeOnLan" "Port"
|
"MTUBytes" "BitsPerSecond" "Duplex" "AutoNegotiation" "WakeOnLan" "Port"
|
||||||
"TCPSegmentationOffload" "TCP6SegmentationOffload" "GenericSegmentationOffload"
|
"TCPSegmentationOffload" "TCP6SegmentationOffload" "GenericSegmentationOffload"
|
||||||
"GenericReceiveOffload" "LargeReceiveOffload" "RxChannels" "TxChannels"
|
"GenericReceiveOffload" "LargeReceiveOffload" "RxChannels" "TxChannels"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user