nixos/networkd: add L3MasterDevice option to [RoutingPolicyRule] section
This commit is contained in:
parent
38d02e4ecd
commit
ee051d65f3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user