Vagrant scripts adjusted for external YANG models and freebsd

This commit is contained in:
Olof hagsand 2021-11-30 15:22:00 +01:00
parent 6ab4e9dfdf
commit 2a84fb089f
6 changed files with 25 additions and 7 deletions

View file

@ -82,3 +82,5 @@ echo "IPv6=true" >> ./site.sh
if [ $release = "freebsd" ]; then
echo "make=gmake" >> ./site.sh
fi
echo "OPENCONFIG=/usr/local/share/openconfig/public" >> ./site.sh
echo "YANGMODELS=/usr/local/share/yang" >> ./site.sh