nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

nixos/systemd/networkd: allow passing flow control fields to link

+6
+6
nixos/modules/system/boot/networkd.nix
··· 100 100 "ReceiveQueues" 101 101 "TransmitQueues" 102 102 "TransmitQueueLength" 103 + "RxFlowControl" 104 + "TxFlowControl" 105 + "AutoNegotiationFlowControl" 103 106 ]) 104 107 (assertValueOneOf "MACAddressPolicy" [ 105 108 "persistent" ··· 140 137 (assertValueOneOf "GenericSegmentationOffload" boolValues) 141 138 (assertValueOneOf "GenericReceiveOffload" boolValues) 142 139 (assertValueOneOf "LargeReceiveOffload" boolValues) 140 + (assertValueOneOf "RxFlowControl" boolValues) 141 + (assertValueOneOf "TxFlowControl" boolValues) 142 + (assertValueOneOf "AutoNegotiationFlowControl" boolValues) 143 143 (assertInt "RxChannels") 144 144 (assertRange "RxChannels" 1 4294967295) 145 145 (assertInt "TxChannels")