@@ -56,7 +56,8 @@ Create new subnet
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``
60+ (repeat option to add multiple IP addresses)
6061
6162.. option:: --dhcp
6263
@@ -68,7 +69,7 @@ Create new subnet
6869
6970.. option:: --dns-nameserver <dns-nameserver>
7071
71- DNS name server for this subnet (This option can be repeated )
72+ DNS server for this subnet (repeat option to set multiple DNS servers )
7273
7374.. option:: --gateway <gateway>
7475
@@ -85,7 +86,7 @@ Create new subnet
8586 ``destination=10.10.0.0/16,gateway=192.168.71.254``
8687 destination: destination subnet (in CIDR notation)
8788 gateway: nexthop IP address
88- (This option can be repeated )
89+ (repeat option to add multiple routes )
8990
9091.. option:: --ip-version {4,6}
9192
@@ -162,7 +163,8 @@ Set subnet properties
162163.. option:: --allocation-pool start=<ip-address>,end=<ip-address>
163164
164165 Allocation pool IP addresses for this subnet e.g.:
165- ``start=192.168.199.2,end=192.168.199.254`` (This option can be repeated)
166+ ``start=192.168.199.2,end=192.168.199.254``
167+ (repeat option to add multiple IP addresses)
166168
167169.. option:: --dhcp
168170
@@ -174,7 +176,7 @@ Set subnet properties
174176
175177.. option:: --dns-nameserver <dns-nameserver>
176178
177- DNS name server for this subnet (This option can be repeated )
179+ DNS server for this subnet (repeat option to set multiple DNS servers )
178180
179181.. option:: --gateway <gateway>
180182
@@ -189,7 +191,7 @@ Set subnet properties
189191 ``destination=10.10.0.0/16,gateway=192.168.71.254``
190192 destination: destination subnet (in CIDR notation)
191193 gateway: nexthop IP address
192- (This option can be repeated )
194+ (repeat option to add multiple routes )
193195
194196.. option:: --name
195197
0 commit comments