Loading nixos/modules/system/boot/networkd.nix +2 −0 Original line number Diff line number Diff line Loading @@ -770,6 +770,7 @@ let "Priority" "IncomingInterface" "OutgoingInterface" "L3MasterDevice" "SourcePort" "DestinationPort" "IPProtocol" Loading @@ -785,6 +786,7 @@ let (assertInt "FirewallMark") (assertRange "FirewallMark" 1 4294967295) (assertInt "Priority") (assertValueOneOf "L3MasterDevice" boolValues) (assertPortOrPortRange "SourcePort") (assertPortOrPortRange "DestinationPort") (assertValueOneOf "InvertRule" boolValues) Loading Loading
nixos/modules/system/boot/networkd.nix +2 −0 Original line number Diff line number Diff line Loading @@ -770,6 +770,7 @@ let "Priority" "IncomingInterface" "OutgoingInterface" "L3MasterDevice" "SourcePort" "DestinationPort" "IPProtocol" Loading @@ -785,6 +786,7 @@ let (assertInt "FirewallMark") (assertRange "FirewallMark" 1 4294967295) (assertInt "Priority") (assertValueOneOf "L3MasterDevice" boolValues) (assertPortOrPortRange "SourcePort") (assertPortOrPortRange "DestinationPort") (assertValueOneOf "InvertRule" boolValues) Loading