Project

General

Profile

Actions

Bug #2312

closed

CHILD_INHERIT does not work when run nfdc register

Added by Yanbiao Li over 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
RIB
Target version:
Start date:
12/19/2014
Due date:
% Done:

90%

Estimated time:

Description

A route with prefix /localhop/nfd/rib is already exists. (/localhop/nfd/rib nexthops={faceid=259 (cost=0)})

After register a prefix /localhop/nfd (using nfdc register), a new route is generated (/localhop/nfd nexthops={faceid=262 (cost=0)}), in which CHILD_INHERIT is default set.

However, the previous route doesn't inherit the face of the second route.

here follows the full screenshot:

LiYanBiaos-MacBook-Pro:NFD lybmath$ nfd-start
LiYanBiaos-MacBook-Pro:NFD lybmath$ nfd-status -b
FIB:
  /localhost/nfd nexthops={faceid=1 (cost=0)}
  /localhop/nfd/rib nexthops={faceid=259 (cost=0)}
  /localhost/nfd/rib nexthops={faceid=259 (cost=0)}
LiYanBiaos-MacBook-Pro:NFD lybmath$ nfdc register /localhop/nfd udp://spurs.cs.ucla.edu
Successful in name registration: ControlParameters(Name: /localhop/nfd, FaceId: 262, Origin: 255, Cost: 0, Flags: 1, )
LiYanBiaos-MacBook-Pro:NFD lybmath$ nfd-status -b
FIB:
  /localhost/nfd nexthops={faceid=1 (cost=0)}
  /localhop/nfd/rib nexthops={faceid=259 (cost=0)}
  /localhop/nfd nexthops={faceid=262 (cost=0)}
  /localhost/nfd/rib nexthops={faceid=259 (cost=0)}
LiYanBiaos-MacBook-Pro:NFD lybmath$ 

Related issues 1 (1 open0 closed)

Related to NFD - Feature #2401: Register RIB command prefixes using FibUpdaterNew

Actions
Actions

Also available in: Atom PDF