nixos/systemd/networkd: allow passing flow control fields to link (#402587)
This commit is contained in:
@@ -100,6 +100,9 @@ let
|
|||||||
"ReceiveQueues"
|
"ReceiveQueues"
|
||||||
"TransmitQueues"
|
"TransmitQueues"
|
||||||
"TransmitQueueLength"
|
"TransmitQueueLength"
|
||||||
|
"RxFlowControl"
|
||||||
|
"TxFlowControl"
|
||||||
|
"AutoNegotiationFlowControl"
|
||||||
])
|
])
|
||||||
(assertValueOneOf "MACAddressPolicy" [
|
(assertValueOneOf "MACAddressPolicy" [
|
||||||
"persistent"
|
"persistent"
|
||||||
@@ -137,6 +140,9 @@ let
|
|||||||
(assertValueOneOf "GenericSegmentationOffload" boolValues)
|
(assertValueOneOf "GenericSegmentationOffload" boolValues)
|
||||||
(assertValueOneOf "GenericReceiveOffload" boolValues)
|
(assertValueOneOf "GenericReceiveOffload" boolValues)
|
||||||
(assertValueOneOf "LargeReceiveOffload" boolValues)
|
(assertValueOneOf "LargeReceiveOffload" boolValues)
|
||||||
|
(assertValueOneOf "RxFlowControl" boolValues)
|
||||||
|
(assertValueOneOf "TxFlowControl" boolValues)
|
||||||
|
(assertValueOneOf "AutoNegotiationFlowControl" boolValues)
|
||||||
(assertInt "RxChannels")
|
(assertInt "RxChannels")
|
||||||
(assertRange "RxChannels" 1 4294967295)
|
(assertRange "RxChannels" 1 4294967295)
|
||||||
(assertInt "TxChannels")
|
(assertInt "TxChannels")
|
||||||
|
|||||||
Reference in New Issue
Block a user