| commit | b81a30c263ceb425406f52c52a7c44f62bf96bc0 | [log] [tgz] |
|---|---|---|
| author | Pedro Escaleira <escaleira@av.it.pt> | Tue Jun 28 15:49:36 2022 +0100 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Tue Aug 23 17:06:49 2022 +0200 |
| tree | 64bbb473dd9cf762b6ec0f5712f92893677b4409 | |
| parent | 874bafdefd8058d9b954788bdc3e077e42f0c199 [diff] |
Bug 2089 fixed: added the operator NE to the relational-operation-type entry both in common-auguments and mano-types Change-Id: I4114a406234e9631de8d2bbdbb18e6517277d998 Signed-off-by: Pedro Escaleira <escaleira@av.it.pt>
diff --git a/models/augments/common-augments.yang b/models/augments/common-augments.yang index 0467bc2..f1235eb 100644 --- a/models/augments/common-augments.yang +++ b/models/augments/common-augments.yang
@@ -563,6 +563,7 @@ enum GT; // greater than enum LT; // less than enum EQ; // equal + enum NE; // not equal } }
diff --git a/models/yang/mano-types.yang b/models/yang/mano-types.yang index eb38ec2..7fc0e50 100644 --- a/models/yang/mano-types.yang +++ b/models/yang/mano-types.yang
@@ -1937,6 +1937,7 @@ enum GT; // greater than enum LT; // less than enum EQ; // equal + enum NE; // not equal } }