summaryrefslogtreecommitdiff
path: root/ipmasq/rules/A01interfaces.rul
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
committerJonas Smedegaard <dr@jones.dk>2017-01-26 14:30:08 +0100
commite042b7bced715a9d0d6c660df453b1b68f263316 (patch)
tree13f1bcd2f7cccf87718d92b5fc9a112d4c3ea455 /ipmasq/rules/A01interfaces.rul
parentc778483fbd7829e2d41157ae6be2d7f1eef709f5 (diff)
Drop ancient unused files.
Diffstat (limited to 'ipmasq/rules/A01interfaces.rul')
-rw-r--r--ipmasq/rules/A01interfaces.rul15
1 files changed, 0 insertions, 15 deletions
diff --git a/ipmasq/rules/A01interfaces.rul b/ipmasq/rules/A01interfaces.rul
deleted file mode 100644
index 3ce53da..0000000
--- a/ipmasq/rules/A01interfaces.rul
+++ /dev/null
@@ -1,15 +0,0 @@
-# You should not edit this file. Instead, create a file with the same
-# name as this one, but with a .rul extension instead of .def. The
-# .rul file will override this one.
-#
-# However, any changes you make to this file will be preserved.
-
-# find interface names
-EXTERNAL=$(default-if | sort -u)
-INTERNAL=$(enumerate-if | sort -u | grep -v lo | grep -v irda | grep -v ipsec)
-if [ -n "$EXTERNAL" ]; then
- for i in $EXTERNAL; do
- INTERNAL=$(echo $INTERNAL | sed -e s/$i//)
- done
-fi
-IPSEC=$(enumerate-if | sort -u | grep ipsec)