Bug 2089 fixed: added the operator NE to the relational-operation-type entry both...
[osm/IM.git] / models / augments / common-augments.yang
index 0467bc2..f1235eb 100644 (file)
@@ -563,6 +563,7 @@ module common-augments {
             enum GT; // greater than
             enum LT; // less than
             enum EQ; // equal
+            enum NE; // not equal
         }
     }