aboutsummaryrefslogtreecommitdiffstats
path: root/extras/strongswan/vpp_sswan/docker/scripts/init.sh
blob: 80901c97d875facbcba909b527512f1e9edc4e98 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

echo "Initialization Image"

git clone https://github.com/FDio/vpp.git ./vpp

cp -R vpp_sswan vpp/extras/strongswan/
cd vpp
yes | make install-dep