Skip to content
Snippets Groups Projects
Unverified Commit a3d62f15 authored by lewisfelix's avatar lewisfelix Committed by GitHub
Browse files

Delete vxlan.bash

parent 92a78ab9
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment