Unverified Commit 0d677677 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

nixos/networkd: add DHCPv4 - IPv6OnlyMode toggle (#343605)

parents e1ca81af 342a47f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -855,6 +855,7 @@ let
          "UseGateway"
          "UseRoutes"
          "UseTimezone"
          "IPv6OnlyMode"
          "ClientIdentifier"
          "VendorClassIdentifier"
          "UserClass"
@@ -888,6 +889,7 @@ let
        (assertValueOneOf "UseGateway" boolValues)
        (assertValueOneOf "UseRoutes" boolValues)
        (assertValueOneOf "UseTimezone" boolValues)
        (assertValueOneOf "IPv6OnlyMode" boolValues)
        (assertValueOneOf "ClientIdentifier" ["mac" "duid" "duid-only"])
        (assertInt "IAID")
        (assertValueOneOf "RequestBroadcast" boolValues)