summaryrefslogtreecommitdiff
path: root/net.Linux/vlan.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net.Linux/vlan.sh')
-rw-r--r--net.Linux/vlan.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.Linux/vlan.sh b/net.Linux/vlan.sh
index fef4f2c..00a402b 100644
--- a/net.Linux/vlan.sh
+++ b/net.Linux/vlan.sh
@@ -76,7 +76,7 @@ vlan_post_start() {
# We need to work out the interface name of our new vlan id
local ifname="$( \
- sed -n -e 's/^\([^ \t]*\) *| '"${vlan}"' *| .*'"${iface}"'$/\1/p' \
+ sed -n -e 's/^\([^[:space:]]*\) *| '"${vlan}"' *| .*'"${iface}"'$/\1/p' \
/proc/net/vlan/config )"
mark_service_started "net.${ifname}"
(