diff options
Diffstat (limited to 'scripts/subnet_script')
-rw-r--r-- | scripts/subnet_script | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/subnet_script b/scripts/subnet_script deleted file mode 100644 index 378bf04..0000000 --- a/scripts/subnet_script +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -# READ ME: -# If subnet is taken it will return the desired AS# -# else it will not return the desired subnet -echo -e "Enter path to resdb:\c" -read resdb -cd $resdb -echo -e "Enter desired subnet:\c" -read subnet -cat db/ip/01/*/*/cidr | grep "^$subnet\$" - |