diff options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index ba800373..e8740e53 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -152,6 +152,7 @@ List subnets os subnet list [--long] [--ip-version {4,6}] + [--dhcp | --no-dhcp] .. option:: --long @@ -162,6 +163,14 @@ List subnets List only subnets of given IP version in output. Allowed values for IP version are 4 and 6. +.. option:: --dhcp + + List subnets which have DHCP enabled + +.. option:: --no-dhcp + + List subnets which have DHCP disabled + subnet set ---------- |
