Loading nixos/modules/system/boot/networkd.nix +2 −0 Original line number Diff line number Diff line Loading @@ -223,6 +223,7 @@ let "PortRange" "FlowLabel" "IPDoNotFragment" "Independent" ]) (assertInt "VNI") (assertRange "VNI" 1 16777215) Loading @@ -242,6 +243,7 @@ let (assertInt "FlowLabel") (assertRange "FlowLabel" 0 1048575) (assertValueOneOf "IPDoNotFragment" (boolValues + ["inherit"])) (assertValueOneOf "Independent" boolValues) ]; sectionTunnel = checkUnitConfig "Tunnel" [ Loading Loading
nixos/modules/system/boot/networkd.nix +2 −0 Original line number Diff line number Diff line Loading @@ -223,6 +223,7 @@ let "PortRange" "FlowLabel" "IPDoNotFragment" "Independent" ]) (assertInt "VNI") (assertRange "VNI" 1 16777215) Loading @@ -242,6 +243,7 @@ let (assertInt "FlowLabel") (assertRange "FlowLabel" 0 1048575) (assertValueOneOf "IPDoNotFragment" (boolValues + ["inherit"])) (assertValueOneOf "Independent" boolValues) ]; sectionTunnel = checkUnitConfig "Tunnel" [ Loading