diff options
Diffstat (limited to 'extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh')
-rw-r--r-- | extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh b/extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh new file mode 100644 index 00000000000..0497d8aec38 --- /dev/null +++ b/extras/strongswan/vpp_sswan/docker/scripts/run_vpp.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +cd /root/vpp/ +make run-release STARTUP_CONF=/root/vpp_sswan/docker/configs/startup.conf & + +sleep 5 + +sudo systemctl restart strongswan.service + +sleep 2 + +echo "### Checking connections between VPP and Strongswan" +/root/vpp/build-root/build-vpp-native/vpp/bin/vppctl -s /run/vpp/cli.sock sh api client |