TSC-115: Fix MinimumBandwidthRule direction
[neutron.git] / model / src / main / yang / neutron-constants.yang
index cc942bf04508103d844e0629cbce11d4f3df28fe..cf1a209f9c52771443bd05b8f2a96e7ba7d3fb7d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2018 Intel Corporation and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 module neutron-constants {
 
     yang-version 1;
@@ -54,6 +61,11 @@ module neutron-constants {
         base protocol-base;
     }
 
+    identity protocol-igmp {
+        description "IGMP protocol.";
+        base protocol-base;
+    }
+
     // PROBE
     identity probe-base {
         description "Base identity for all probes";
@@ -115,11 +127,6 @@ module neutron-constants {
 
     }
 
-    identity direction-minimum-bandwidth-rule {
-        description "Direction for minimum bandwidth rule.";
-        base direction-base;
-    }
-
     // IP VERSION
     identity ip-version-base {
         description "the base identity for ip versions";