nixos/networkd: add L3MasterDevice option to [RoutingPolicyRule] section

This commit is contained in:
Nick Cao 2024-07-28 08:42:56 -04:00
parent 38d02e4ecd
commit ee051d65f3
No known key found for this signature in database

View File

@ -770,6 +770,7 @@ let
"Priority"
"IncomingInterface"
"OutgoingInterface"
"L3MasterDevice"
"SourcePort"
"DestinationPort"
"IPProtocol"
@ -785,6 +786,7 @@ let
(assertInt "FirewallMark")
(assertRange "FirewallMark" 1 4294967295)
(assertInt "Priority")
(assertValueOneOf "L3MasterDevice" boolValues)
(assertPortOrPortRange "SourcePort")
(assertPortOrPortRange "DestinationPort")
(assertValueOneOf "InvertRule" boolValues)