mgmt: augment ForwarderStatus with counters for satisfied and unsatisfied Interests
refs: #4720
Change-Id: I9413aef59a9f4669beaaa214abd93c4bb40e622f
diff --git a/src/encoding/tlv-nfd.hpp b/src/encoding/tlv-nfd.hpp
index dcaed7e..6eff057 100644
--- a/src/encoding/tlv-nfd.hpp
+++ b/src/encoding/tlv-nfd.hpp
@@ -75,14 +75,16 @@
FaceEventKind = 193,
// ForwarderStatus and FaceStatus counters
- NInInterests = 144,
- NInData = 145,
- NInNacks = 151,
- NOutInterests = 146,
- NOutData = 147,
- NOutNacks = 152,
- NInBytes = 148,
- NOutBytes = 149,
+ NInInterests = 144,
+ NInData = 145,
+ NInNacks = 151,
+ NOutInterests = 146,
+ NOutData = 147,
+ NOutNacks = 152,
+ NInBytes = 148,
+ NOutBytes = 149,
+ NSatisfiedInterests = 153,
+ NUnsatisfiedInterests = 154,
// Content Store Management
CsInfo = 128,