This is the detailed reference for the ndn-dv routing daemon control tool.
The link create command creates a new neighbor link. A new permanent face will be created for the neighbor if a matching face does not exist.
# Create a UDP neighbor link
ndnd dv link create udp://suns.cs.ucla.edu
# Create a TCP neighbor link
ndnd dv link create tcp4://hobo.cs.arizona.edu:6363
The link destroy command destroys a neighbor link. The face associated with the neighbor will be destroyed.
# Destroy a neighbor link by URI
ndnd dv link destroy udp://suns.cs.ucla.edu