Merge pull request #317642 from melvyn2/systemd-networkd-network-options
This commit is contained in:
@@ -634,6 +634,7 @@ let
|
|||||||
"LinkLocalAddressing"
|
"LinkLocalAddressing"
|
||||||
"IPv6LinkLocalAddressGenerationMode"
|
"IPv6LinkLocalAddressGenerationMode"
|
||||||
"IPv6StableSecretAddress"
|
"IPv6StableSecretAddress"
|
||||||
|
"IPv4LLStartAddress"
|
||||||
"IPv4LLRoute"
|
"IPv4LLRoute"
|
||||||
"DefaultRouteOnDevice"
|
"DefaultRouteOnDevice"
|
||||||
"LLMNR"
|
"LLMNR"
|
||||||
@@ -656,12 +657,16 @@ let
|
|||||||
"IPv6AcceptRA"
|
"IPv6AcceptRA"
|
||||||
"IPv6DuplicateAddressDetection"
|
"IPv6DuplicateAddressDetection"
|
||||||
"IPv6HopLimit"
|
"IPv6HopLimit"
|
||||||
|
"IPv4ReversePathFilter"
|
||||||
|
"IPv4AcceptLocal"
|
||||||
|
"IPv4RouteLocalnet"
|
||||||
"IPv4ProxyARP"
|
"IPv4ProxyARP"
|
||||||
"IPv6ProxyNDP"
|
"IPv6ProxyNDP"
|
||||||
"IPv6ProxyNDPAddress"
|
"IPv6ProxyNDPAddress"
|
||||||
"IPv6SendRA"
|
"IPv6SendRA"
|
||||||
"DHCPPrefixDelegation"
|
"DHCPPrefixDelegation"
|
||||||
"IPv6MTUBytes"
|
"IPv6MTUBytes"
|
||||||
|
"KeepMaster"
|
||||||
"Bridge"
|
"Bridge"
|
||||||
"Bond"
|
"Bond"
|
||||||
"VRF"
|
"VRF"
|
||||||
@@ -703,11 +708,15 @@ let
|
|||||||
(assertMinimum "IPv6DuplicateAddressDetection" 0)
|
(assertMinimum "IPv6DuplicateAddressDetection" 0)
|
||||||
(assertInt "IPv6HopLimit")
|
(assertInt "IPv6HopLimit")
|
||||||
(assertMinimum "IPv6HopLimit" 0)
|
(assertMinimum "IPv6HopLimit" 0)
|
||||||
|
(assertValueOneOf "IPv4ReversePathFilter" ["no" "strict" "loose"])
|
||||||
|
(assertValueOneOf "IPv4AcceptLocal" boolValues)
|
||||||
|
(assertValueOneOf "IPv4RouteLocalnet" boolValues)
|
||||||
(assertValueOneOf "IPv4ProxyARP" boolValues)
|
(assertValueOneOf "IPv4ProxyARP" boolValues)
|
||||||
(assertValueOneOf "IPv6ProxyNDP" boolValues)
|
(assertValueOneOf "IPv6ProxyNDP" boolValues)
|
||||||
(assertValueOneOf "IPv6SendRA" boolValues)
|
(assertValueOneOf "IPv6SendRA" boolValues)
|
||||||
(assertValueOneOf "DHCPPrefixDelegation" boolValues)
|
(assertValueOneOf "DHCPPrefixDelegation" boolValues)
|
||||||
(assertByteFormat "IPv6MTUBytes")
|
(assertByteFormat "IPv6MTUBytes")
|
||||||
|
(assertValueOneOf "KeepMaster" boolValues)
|
||||||
(assertValueOneOf "ActiveSlave" boolValues)
|
(assertValueOneOf "ActiveSlave" boolValues)
|
||||||
(assertValueOneOf "PrimarySlave" boolValues)
|
(assertValueOneOf "PrimarySlave" boolValues)
|
||||||
(assertValueOneOf "ConfigureWithoutCarrier" boolValues)
|
(assertValueOneOf "ConfigureWithoutCarrier" boolValues)
|
||||||
|
|||||||
Reference in New Issue
Block a user