Skip to content

Commit bf88b08

Browse files
committed
moving gobgp binary to box
1 parent 8276785 commit bf88b08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Vagrantfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ fi
5757
# Get swarm binary
5858
# (wget https://cisco.box.com/shared/static/0txiq5h7282hraujk09eleoevptd5jpl -q -O /usr/bin/swarm &&
5959
# chmod +x /usr/bin/swarm) || exit 1
60-
60+
#Get gobgp binary
61+
wget https://cisco.box.com/shared/static/5leqlo84kjh0thty91ouotilm4ish3nz -q -O #{gopath_folder}/src/github.com/contiv/netplugin/scripts/gobgp && chmod +x #{gopath_folder}/src/github.com/contiv/netplugin/scripts/gobgp
6162
# remove duplicate docker key
6263
rm /etc/docker/key.json
6364

0 commit comments

Comments
 (0)