Move definitions of classifiers and actions to
[groupbasedpolicy.git] / groupbasedpolicy / src / main / yang / model / policy.yang
index 5de985909005acda8949be3dede850db849a9a0b..caa7325cb1b9672cb34a25e1c95b18832dffb786 100755 (executable)
@@ -680,14 +680,6 @@ module policy {
                     "A user-visible name for the classifier definition";
                 type gbp-common:classifier-name;
             }
-
-            leaf parent {
-                description
-                    "Parent classifier definition from which we inherit";
-                type leafref {
-                    path "/subject-feature-definitions/classifier-definition/id";
-                }
-            }
         }
 
         list action-definition {
@@ -710,14 +702,6 @@ module policy {
                 description "A user-visible name for the action";
                 type gbp-common:action-name;
             }
-
-            leaf parent {
-                description
-                    "Parent action definition from which we inherit";
-                type leafref {
-                    path "/subject-feature-definitions/action-definition/id";
-                }
-            }
         }
     }
 
@@ -843,7 +827,7 @@ module policy {
                 }
                 list gateways {
                     description
-                        "External gateways for subnets we serve, 
+                        "External gateways for subnets we serve,
                         includes prefixes for static routing";
                     key "gateway";
                     leaf gateway {
@@ -855,7 +839,7 @@ module policy {
                             type inet:ip-prefix;
                         }
                     }
-                    
+
                 }
             }