diff --git a/templates/nfd/nfd-init.sh.j2 b/templates/nfd/nfd-init.sh.j2 index 07ea5bb..41d64e5 100755 --- a/templates/nfd/nfd-init.sh.j2 +++ b/templates/nfd/nfd-init.sh.j2 @@ -8,7 +8,7 @@ echo -e "Starting NFD initialization script" sleep 10 # set default strategy to best-route (bestroute2) -{% if hyperbolic_state == "on" %} +{% if hyperbolic_state == 'on' %} nfdc strategy set / /localhost/nfd/strategy/asf/%FD%04/max-timeouts~3 nfdc strategy set /ndn/web /localhost/nfd/strategy/asf/%FD%04/max-timeouts~5 nfdc strategy set /ndn/web/stats /localhost/nfd/strategy/best-route @@ -26,6 +26,10 @@ nfdc strategy set /ndn/irl-workspace/32=sync /localhost/nfd/strategy nfdc strategy set /ndn/ndncomm2024/32=sync /localhost/nfd/strategy/multicast nfdc strategy set /ndn/localfirst/meetingnotes/32=sync /localhost/nfd/strategy/multicast +{% if inventory_hostname in ['UCLA'] %} +nfdc strategy set /ndn/irl-workspace /localhost/nfd/strategy/multicast +{% endif %} + # Default local access strategy nfdc strategy set {{ default_prefix }} /localhost/nfd/strategy/access