From a3d62f1595d5ec4fd791bd2e9d431d0dc9631cf2 Mon Sep 17 00:00:00 2001 From: lewisfelix <43970783+lewisfelix@users.noreply.github.com> Date: Tue, 12 Jul 2022 17:35:11 +0100 Subject: [PATCH] Delete vxlan.bash --- K8s/provision/vxlan.bash | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 K8s/provision/vxlan.bash diff --git a/K8s/provision/vxlan.bash b/K8s/provision/vxlan.bash deleted file mode 100755 index a286c08..0000000 --- a/K8s/provision/vxlan.bash +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -ip link add vxlan1 type vxlan id 1961 dev $1 dstport 4789 -ip link add vxlan2 type vxlan id 1962 dev $1 dstport 4789 -ip link add vxlan3 type vxlan id 1963 dev $1 dstport 4789 -ip link add vxlan4 type vxlan id 1964 dev $1 dstport 4789 -ip link add vxlan5 type vxlan id 1965 dev $1 dstport 4789 -ip link add vxlan6 type vxlan id 1966 dev $1 dstport 4789 -ip link add vxlan7 type vxlan id 1967 dev $1 dstport 4789 -ip link add vxlan8 type vxlan id 1968 dev $1 dstport 4789 -ip link add vxlan9 type vxlan id 1969 dev $1 dstport 4789 -ip link add vxlan10 type vxlan id 1970 dev $1 dstport 4789 -- GitLab