Yi Huang | 3d23067 | 2014-04-26 04:25:24 -0700 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | ipaddr=$1 | ||||
3 | strategy=$2 | ||||
Eric Newberry | 4aeadeb | 2015-06-23 21:21:12 -0700 | [diff] [blame] | 4 | nfdc add-nexthop ndn:/test-loop udp4://$ipaddr || exit 1 |
5 | nfdc set-strategy ndn:/test-loop $strategy || exit 1 |