projects
/
osm
/
IM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c038a8d
)
Replaces packets_dropped nfvi metric for packets_in_dropped and packets_out_dropped
15/7415/3
author
Benjamin Diaz
<bdiaz@whitestack.com>
Tue, 16 Apr 2019 14:49:49 +0000
(11:49 -0300)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Thu, 23 May 2019 14:31:27 +0000
(15:31 +0100)
Change-Id: I139a275f0d758385673d177724086fe23465fc2e
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
models/yang/mano-types.yang
patch
|
blob
|
history
diff --git
a/models/yang/mano-types.yang
b/models/yang/mano-types.yang
index
df29868
..
7784d5c
100644
(file)
--- a/
models/yang/mano-types.yang
+++ b/
models/yang/mano-types.yang
@@
-692,7
+692,8
@@
module mano-types
enum disk_write_bytes;
enum packets_sent;
enum packets_received;
- enum packets_dropped;
+ enum packets_in_dropped;
+ enum packets_out_dropped;
}
}