Bug #2312
Updated by Alex Afanasyev almost 10 years ago
A route with prefix `/localhop/nfd/rib` /localhop/nfd/rib is already exists. (`/localhop/nfd/rib (/localhop/nfd/rib nexthops={faceid=259 (cost=0)}`) (cost=0)}) After register a prefix `/localhop/nfd` /localhop/nfd (using `nfdc register`), nfdc register), a new route is generated (`/localhop/nfd (/localhop/nfd nexthops={faceid=262 (cost=0)}`), (cost=0)}), in which `CHILD_INHERIT` 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$