Unverified Commit 44c30b3f authored by Paul Haerle's avatar Paul Haerle Committed by GitHub
Browse files

nixos/systemd-networkd: Add missing option in netdev Tunnel (#452205)

parents 41bb2b17 ec2ce20a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ let
            "TOS"
            "TTL"
            "DiscoverPathMTU"
            "IgnoreDontFragment"
            "IPv6FlowLabel"
            "CopyDSCP"
            "EncapsulationLimit"
@@ -398,6 +399,7 @@ let
          (assertInt "TTL")
          (assertRange "TTL" 0 255)
          (assertValueOneOf "DiscoverPathMTU" boolValues)
          (assertValueOneOf "IgnoreDontFragment" boolValues)
          (assertValueOneOf "CopyDSCP" boolValues)
          (assertValueOneOf "Mode" [
            "ip6ip6"