modify $HOME/.ndn/client.conf with: transport=tcp://127.0.0.1:6363 so that ndn-cxx apps can connect to TCP :6363
execute nfd-status -r
Expected: zero or more routes appears
Actual: ERROR: Name component does not have the requested marker or the value is not a nonNegativeInteger
ndn-tlv-peek /localhost/nfd/rib/list | tlvdump reveals that the response Data Name is ndn:/localhost/nfd/rib/list.
A response Name from NFD is: ndn:/localhost/nfd/rib/list/%FD%00%00%01M%1B%D5%B1%E7/%00%00.
go-nfd is missing version and segment components.
Steps to reproduce:
$HOME/.ndn/client.conf
with:transport=tcp://127.0.0.1:6363
so that ndn-cxx apps can connect to TCP :6363nfd-status -r
Expected: zero or more routes appears Actual:
ERROR: Name component does not have the requested marker or the value is not a nonNegativeInteger
ndn-tlv-peek /localhost/nfd/rib/list | tlvdump
reveals that the response Data Name isndn:/localhost/nfd/rib/list
. A response Name from NFD is:ndn:/localhost/nfd/rib/list/%FD%00%00%01M%1B%D5%B1%E7/%00%00
. go-nfd is missing version and segment components.