Project

General

Profile

Actions

Bug #1812

closed

INVALID_FACE_ID appears in FIB

Added by Junxiao Shi over 9 years ago. Updated over 9 years ago.

Status:
Abandoned
Priority:
Normal
Assignee:
-
Category:
-
Target version:
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.


Related issues 1 (0 open1 closed)

Is duplicate of NFD - Bug #2177: INVALID_FACE_ID appears in FIBClosedJunxiao Shi11/13/2014

Actions
Actions #1

Updated by Junxiao Shi over 9 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.

Actions #2

Updated by Junxiao Shi over 9 years ago

  • Is duplicate of Bug #2177: INVALID_FACE_ID appears in FIB added
Actions

Also available in: Atom PDF