How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ciscoxr/openr-xr_ubuntu"
config.vm.box_version = "1.0.0"
end
vagrant init ciscoxr/openr-xr_ubuntu \
--box-version 1.0.0
vagrant up
This version was created over 6 years ago.
Uses the hash: a14e09abc0fcbe5835b45f549d48c09935d17f87 of https://github.com/akshshar/openr-xr compiled for Linux with NetlinkFibHandler as the platform hook.