package
1.4.2
Repository: https://github.com/named-data/ndnd.git
Documentation: pkg.go.dev

# README

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