ndn-dpdk icon indicating copy to clipboard operation
ndn-dpdk copied to clipboard

NDNgo management with Multiverse Agent

Open yoursunny opened this issue 5 years ago • 0 comments

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

yoursunny avatar Sep 21 '20 18:09 yoursunny