Most basic features now working, including:
[groupbasedpolicy.git] / groupbasedpolicy / src / main / yang / model / policy.yang
index eda185a2c1dcb0405b76b2ca1e2cdc41efc6ec64..f8de336982231a7700de0b2ee2233362748509fe 100644 (file)
@@ -627,7 +627,7 @@ module policy {
             description
                 "A classifier is used to match traffic traveling between 
                  the endpoint groups that form the contract.
-                 Classifier defintions can define parameters that
+                 Classifier definitions can define parameters that
                  will need to be filled in when a particular rule
                  references it.";
 
@@ -800,6 +800,12 @@ module policy {
                     description "The IP prefix that defines the subnet";
                     type inet:ip-prefix;
                 }
+                leaf virtual-router-ip {
+                    description
+                        "IP address to use for a virtual gateway router
+                         for the subnet, if desired.";
+                    type inet:ip-address;
+                }
             }
 
             // ***************