Initial implementation for dynamic SNAT
[groupbasedpolicy.git] / domain-extensions / l2-l3 / src / main / yang / l2-l3-forwarding.yang
index 5d8f3a61fbbeb8506c6664c44e05c802fa64a8e0..b0b82af4e2d1296d87d1820d1e37937323a0a075 100644 (file)
@@ -78,6 +78,21 @@ module l2-l3-forwarding {
                     }
                 }
             }
+            list allocation-pool {
+                description "Allocation pool of assignable addresses.";
+                key "first last";
+                leaf first {
+                    type string;
+                }
+                leaf last {
+                    type string;
+                }
+            }
+            leaf is-tenant {
+                description "Subnet is used as tenant network.";
+                type boolean;
+                default "true";
+            }
         }
     }