management: link-layer byte counts in FaceStatus
refs #1765
Change-Id: I3a904804509fff6704002c155db0abe82d88f5fa
diff --git a/src/encoding/tlv-nfd.hpp b/src/encoding/tlv-nfd.hpp
index 63776fb..011ad32 100644
--- a/src/encoding/tlv-nfd.hpp
+++ b/src/encoding/tlv-nfd.hpp
@@ -55,10 +55,6 @@
NPitEntries = 133,
NMeasurementsEntries = 134,
NCsEntries = 135,
- NInInterests = 144,
- NInDatas = 145,
- NOutInterests = 146,
- NOutDatas = 147,
// Face Management
FaceStatus = 128,
@@ -68,6 +64,14 @@
FaceEventNotification = 192,
FaceEventKind = 193,
+ // ForwarderStatus and FaceStatus counters
+ NInInterests = 144,
+ NInDatas = 145,
+ NOutInterests = 146,
+ NOutDatas = 147,
+ NInBytes = 148,
+ NOutBytes = 149,
+
// FIB Management
FibEntry = 128,
NextHopRecord = 129,
@@ -89,7 +93,7 @@
namespace nfd {
-const uint64_t INVALID_FACE_ID = std::numeric_limits<uint64_t>::max();
+static const uint64_t INVALID_FACE_ID = std::numeric_limits<uint64_t>::max();
} // namespace nfd