ndn-dpdk
ndn-dpdk copied to clipboard
NDNgo management with Multiverse Agent
Package ndn-dpdk/ndn/mgmt/gqlmgmt advertises application prefix by directly writing to the FIB, possibly overwriting any existing FIB entry. Consequently, multiple producers on the same name prefix or a producer using the same name prefix as a network route would conflict with each other, and only the last producer could receive Interests.
To solve this problem, NDNgo should have another management package that integrates with the Multiverse Agent, and send prefix announcements to the Routing Information Base (RIB) provided by the agent.
Dependencies: https://github.com/elmiomar/nms-agent/issues/5 https://github.com/elmiomar/nms-agent/issues/6