keyex #1

Open
rohammer wants to merge 5 commits from rohammer/VPNkeyXchange-vxlan-test:keyex into master
1 changed files with 6 additions and 0 deletions
Showing only changes of commit 587ad17fed - Show all commits

6
get_hoodid.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
hoodfile=$(grep -l "id\": \"$1\"" hood/* )
[ -z $hoodfile ] && echo "no hood $1" && exit
cat $hoodfile