Gitiles
Code Review
Sign In
gerrit.named-data.net
/
NFD
/
integration-tests
/
1cbb932fad67094b8bcd6d5bbf958e809cc9cd5e
/
.
/
test_localhost_scope
/
out-B.sh
blob: d0ec56ae14c53aeaeb9f9ca1bf8c8a1c26cf2e9b [
file
] [
log
] [
blame
]
#!/bin/bash
FACEURI
=
$1
if
!
output
=
$
(
nfdc add
-
nexthop ndn
:/
$FACEURI
)
then
return
2
fi
output
=
$
(
nfdc add
-
nexthop ndn
:/
localhost
/
test
-
out $FACEURI
2
>&
1
)
return
0