blob: b95a9fd0cfb406ea0d8427a3c8b7e350b7b9672d [file] [log] [blame]
Yi Huang3d230672014-04-26 04:25:24 -07001#!/usr/bin/env bash
2ipaddr=$1
3strategy=$2
Eric Newberry7745c1a2017-04-20 00:23:05 -07004nfdc face create udp4://$ipaddr || exit 1
5nfdc route add /test-loop udp4://$ipaddr || exit 1
6nfdc strategy set /test-loop $strategy || exit 1