aboutsummaryrefslogtreecommitdiff
path: root/conf.d.Linux/net.example
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d.Linux/net.example')
-rw-r--r--conf.d.Linux/net.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d.Linux/net.example b/conf.d.Linux/net.example
index 53e71679..9cdea36d 100644
--- a/conf.d.Linux/net.example
+++ b/conf.d.Linux/net.example
@@ -989,7 +989,7 @@
# eerror "You need to enable IP Policy Routing (CONFIG_IP_MULTIPLE_TABLES)"
# eerror "in your kernel to use ip rules"
# else
-# for x in "$@"; do
+# for x; do
# ebegin "${x}"
# ip rule add ${x} dev "${IFACE}"
# eend $?