Actions
Bug #1812
closedINVALID_FACE_ID appears in FIB
Start date:
07/31/2014
Due date:
% Done:
0%
Estimated time:
Description
This problem is discovered in production. Steps to reproduce is unknown.
On UCLA SPURS router's status page, the following output is found:
<fibEntry>
<prefix>/ndn/NLSR/LSA</prefix>
<nextHops>
<nextHop><faceId>270</faceId><cost>1</cost></nextHop>
<nextHop><faceId>260</faceId><cost>1</cost></nextHop>
<nextHop><faceId>18446744073709551615</faceId><cost>3</cost></nextHop>
<nextHop><faceId>277</faceId><cost>3</cost></nextHop>
<nextHop><faceId>262</faceId><cost>16</cost></nextHop>
<nextHop><faceId>273</faceId><cost>74</cost></nextHop>
</nextHops>
</fibEntry>
The FaceId 18446744073709551615 is static_cast<uint64_t>(INVALID_FACE_ID)
.
Such FaceId does not appear in the RIB.
Updated by Junxiao Shi about 10 years ago
- Status changed from New to Abandoned
This issue didn't appear again. I guess it's solved when RIB Daemon no longer verifies FaceId.
Updated by Junxiao Shi almost 10 years ago
- Is duplicate of Bug #2177: INVALID_FACE_ID appears in FIB added
Actions