Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 661 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 661 Bytes

DV Control Reference

This is the detailed reference for the ndn-dv routing daemon control tool.

ndnd dv link create

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

ndnd dv link destroy

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