Unverified Commit aad5e4ad authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

systemd-networkd: add missing linkConfig options to type checker (#497731)

parents 98bc03f7 db7de8d8
Loading
Loading
Loading
Loading
+46 −2
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ let
          "Duplex"
          "AutoNegotiation"
          "WakeOnLan"
          "WakeOnLanPassword"
          "Port"
          "Advertise"
          "ReceiveChecksumOffload"
@@ -91,14 +92,57 @@ let
          "TCPSegmentationOffload"
          "TCP6SegmentationOffload"
          "GenericSegmentationOffload"
          "PartialGenericSegmentationOffload"
          "GenericReceiveOffload"
          "GenericReceiveOffloadHardware"
          "LargeReceiveOffload"
          "ReceivePacketSteeringCPUMask"
          "ReceiveVLANCTAGHardwareAcceleration"
          "TransmitVLANCTAGHardwareAcceleration"
          "ReceiveVLANCTAGFilter"
          "NTupleFilter"
          "ReceiveFCS"
          "ReceiveAll"
          "RxChannels"
          "TxChannels"
          "OtherChannels"
          "CombinedChannels"
          "Property"
          "ImportProperty"
          "UnsetProperty"
          "RxBufferSize"
          "RxMiniBufferSize"
          "RxJumboBufferSize"
          "TxBufferSize"
          "RxFlowControl"
          "TxFlowControl"
          "AutoNegotiationFlowControl"
          "GenericSegmentOffloadMaxBytes"
          "GenericSegmentOffloadMaxSegments"
          "UseAdaptiveRxCoalesce"
          "UseAdaptiveTxCoalesce"
          "RxCoalesceSec"
          "RxCoalesceIrqSec"
          "RxCoalesceLowSec"
          "RxCoalesceHighSec"
          "TxCoalesceSec"
          "TxCoalesceIrqSec"
          "TxCoalesceLowSec"
          "TxCoalesceHighSec"
          "RxMaxCoalescedFrames"
          "RxMaxCoalescedIrqFrames"
          "RxMaxCoalescedLowFrames"
          "RxMaxCoalescedHighFrames"
          "TxMaxCoalescedFrames"
          "TxMaxCoalescedIrqFrames"
          "TxMaxCoalescedLowFrames"
          "TxMaxCoalescedHighFrames"
          "CoalescePacketRateLow"
          "CoalescePacketRateHigh"
          "CoalescePacketRateSampleIntervalSec"
          "StatisticsBlockCoalesceSec"
          "MDI"
          "SR-IOVVirtualFunctions"
          "ReceiveQueues"
          "TransmitQueues"
          "TransmitQueueLength"
@@ -155,8 +199,8 @@ let
        (assertRange "CombinedChannels" 1 4294967295)
        (assertInt "RxBufferSize")
        (assertInt "TxBufferSize")
        (assertRange "ReceiveQueues" 1 4096)
        (assertRange "TransmitQueues" 1 4096)
        (assertRange "ReceiveQueues" 1 16384)
        (assertRange "TransmitQueues" 1 16384)
        (assertRange "TransmitQueueLength" 1 4294967294)
      ];
    };