PROD-18932
Change-Id: Icdfc04a62c49027db650820f3e625efcb9a749d9
diff --git a/README.rst b/README.rst
index 2f85ea0..5a7429e 100644
--- a/README.rst
+++ b/README.rst
@@ -169,6 +169,39 @@
sshprefs:
- 'ssh-rsa ASD.........dfsadf blah@blah'
+Multiple ip ranges for one particular subnet.
+
+.. code-block:: yaml
+
+ maas:
+ region:
+ subnets:
+ Subnet1:
+ cidr: 10.10.0.0/16
+ fabric: fabric-5
+ gateway_ip: 10.10.0.1
+ iprange:
+ start: 10.10.191.241
+ end: 10.10.255.244
+ type: reserved
+ Subnet2:
+ cidr: 130.10.0.0/16
+ fabric: fabric-6
+ gateway_ip: 130.10.0.1
+ multiple: True
+ iprange:
+ range1:
+ start: 130.10.0.10
+ end: 130.10.0.15
+ type: dynamic
+ comment: 'Coment 1'
+ range2:
+ start: 130.10.0.16
+ end: 130.10.0.20
+ type: reserved
+ comment: 'Comment 2'
+
+
Update Vlan
NOTE: Vid 0 has default name untagged in MaaS UI