summaryrefslogtreecommitdiff
path: root/package/base-files/extra/etc/network/if-post-down.d/02-vlan
diff options
context:
space:
mode:
Diffstat (limited to 'package/base-files/extra/etc/network/if-post-down.d/02-vlan')
-rwxr-xr-xpackage/base-files/extra/etc/network/if-post-down.d/02-vlan10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/base-files/extra/etc/network/if-post-down.d/02-vlan b/package/base-files/extra/etc/network/if-post-down.d/02-vlan
deleted file mode 100755
index e448a7641..000000000
--- a/package/base-files/extra/etc/network/if-post-down.d/02-vlan
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-[ -x /sbin/vconfig ] || exit 0
-
-[ -e /proc/net/vlan/$IFACE ] && (
- ip link set down dev $IFACE
- vconfig rem $IFACE
-)
-
-exit 0