@@ -42,7 +42,7 @@ Create new subnet
4242
4343.. option:: --use-default-subnet-pool
4444
45- Use default subnet pool for --ip-version
45+ Use default subnet pool for `` --ip-version``
4646
4747.. option:: --prefix-length <prefix-length>
4848
@@ -51,12 +51,12 @@ Create new subnet
5151.. option:: --subnet-range <subnet-range>
5252
5353 Subnet range in CIDR notation
54- (required if --subnet-pool is not specified, optional otherwise)
54+ (required if `` --subnet-pool`` is not specified, optional otherwise)
5555
5656.. option:: --allocation-pool start=<ip-address>,end=<ip-address>
5757
5858 Allocation pool IP addresses for this subnet e.g.:
59- start=192.168.199.2,end=192.168.199.254 (This option can be repeated)
59+ `` start=192.168.199.2,end=192.168.199.254`` (This option can be repeated)
6060
6161.. option:: --dhcp
6262
@@ -73,31 +73,30 @@ Create new subnet
7373.. option:: --gateway <gateway>
7474
7575 Specify a gateway for the subnet. The three options are:
76- <ip-address>: Specific IP address to use as the gateway
77- ' auto' : Gateway address should automatically be chosen from
78- within the subnet itself
79- ' none' : This subnet will not use a gateway
80- e.g.: --gateway 192.168.9.1, --gateway auto, --gateway none
81- (default is ' auto' )
76+ <ip-address>: Specific IP address to use as the gateway,
77+ ' auto' : Gateway address should automatically be chosen from
78+ within the subnet itself, ' none' : This subnet will not use
79+ a gateway, e.g.: ``--gateway 192.168.9.1``, ``--gateway auto``,
80+ ``--gateway none`` (default is ' auto' )
8281
8382.. option:: --host-route destination=<subnet>,gateway=<ip-address>
8483
8584 Additional route for this subnet e.g.:
86- destination=10.10.0.0/16,gateway=192.168.71.254
87- destination: destination subnet (in CIDR notation)
88- gateway: nexthop IP address
89- (This option can be repeated)
85+ `` destination=10.10.0.0/16,gateway=192.168.71.254``
86+ destination: destination subnet (in CIDR notation)
87+ gateway: nexthop IP address
88+ (This option can be repeated)
9089
9190.. option:: --ip-version {4,6}
9291
9392 IP version (default is 4). Note that when subnet pool is specified,
94- IP version is determined from the subnet pool and this option
95- is ignored.
93+ IP version is determined from the subnet pool and this option
94+ is ignored.
9695
9796.. option:: --ipv6-ra-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}
9897
9998 IPv6 RA (Router Advertisement) mode,
100- valid modes: [dhcpv6-stateful, dhcpv6-stateless, slaac]
99+ valid modes: [dhcpv6-stateful, dhcpv6-stateless, slaac]
101100
102101.. option:: --ipv6-address-mode {dhcpv6-stateful,dhcpv6-stateless,slaac}
103102
@@ -163,7 +162,7 @@ Set subnet properties
163162.. option:: --allocation-pool start=<ip-address>,end=<ip-address>
164163
165164 Allocation pool IP addresses for this subnet e.g.:
166- start=192.168.199.2,end=192.168.199.254 (This option can be repeated)
165+ `` start=192.168.199.2,end=192.168.199.254`` (This option can be repeated)
167166
168167.. option:: --dhcp
169168
@@ -180,17 +179,17 @@ Set subnet properties
180179.. option:: --gateway <gateway>
181180
182181 Specify a gateway for the subnet. The options are:
183- <ip-address>: Specific IP address to use as the gateway
184- ' none' : This subnet will not use a gateway
185- e.g.: --gateway 192.168.9.1, --gateway none
182+ <ip-address>: Specific IP address to use as the gateway,
183+ ' none' : This subnet will not use a gateway,
184+ e.g.: `` --gateway 192.168.9.1``, `` --gateway none``
186185
187186.. option:: --host-route destination=<subnet>,gateway=<ip-address>
188187
189188 Additional route for this subnet e.g.:
190- destination=10.10.0.0/16,gateway=192.168.71.254
191- destination: destination subnet (in CIDR notation)
192- gateway: nexthop IP address
193- (This option can be repeated)
189+ `` destination=10.10.0.0/16,gateway=192.168.71.254``
190+ destination: destination subnet (in CIDR notation)
191+ gateway: nexthop IP address
192+ (This option can be repeated)
194193
195194.. option:: --name
196195
0 commit comments