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

Delete configure_vxlans.bash

parent c0268e26
No related branches found
No related tags found
1 merge request!2repo: added new directory where utils scripts will be
#!/bin/bash
file=$1
while IFS=";" read -r vtep ip
do
# Ignores lines starting with '#' and empty lines
if [[ $vtep == \#* ]] ; then
continue
fi
bridge fdb append to 00:00:00:00:00:00 dst $ip dev $vtep
done < $file
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