Loading nixos/modules/system/boot/networkd.nix +2 −0 Original line number Diff line number Diff line Loading @@ -376,6 +376,7 @@ let "TOS" "TTL" "DiscoverPathMTU" "IgnoreDontFragment" "IPv6FlowLabel" "CopyDSCP" "EncapsulationLimit" Loading @@ -398,6 +399,7 @@ let (assertInt "TTL") (assertRange "TTL" 0 255) (assertValueOneOf "DiscoverPathMTU" boolValues) (assertValueOneOf "IgnoreDontFragment" boolValues) (assertValueOneOf "CopyDSCP" boolValues) (assertValueOneOf "Mode" [ "ip6ip6" Loading Loading
nixos/modules/system/boot/networkd.nix +2 −0 Original line number Diff line number Diff line Loading @@ -376,6 +376,7 @@ let "TOS" "TTL" "DiscoverPathMTU" "IgnoreDontFragment" "IPv6FlowLabel" "CopyDSCP" "EncapsulationLimit" Loading @@ -398,6 +399,7 @@ let (assertInt "TTL") (assertRange "TTL" 0 255) (assertValueOneOf "DiscoverPathMTU" boolValues) (assertValueOneOf "IgnoreDontFragment" boolValues) (assertValueOneOf "CopyDSCP" boolValues) (assertValueOneOf "Mode" [ "ip6ip6" Loading