Actions
Bug #4224
closedDummyClientFace: NextHopFaceId handling differs from NFD
Start date:
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
If DummyClientFace::put
is invoked with a Nack that has a NextHopFaceId tag, it would encode the value of this tag into a NextHopFaceId field.
This behavior differs from NFD GenericLinkService
, which drops an LpPacket received from application if it has both Nack and NextHopFaceId fields.
DummyClientFace
should ignore the NextHopFaceId tag placed on a Nack.
Actions