summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Dequènes (duck) <duck@duckcorp.org>2017-06-08 18:39:42 +0900
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2019-01-02 10:52:29 +0100
commit30b181047dd45507a26aea0d1109d7857b1fb680 (patch)
treeb11b914c3fbe8f15a8be92cb3a04e0b85d180f74
parentea70d51e86c2edda800a2ee57b3f8585d615adb5 (diff)
Fix a typo in the variable name
-rw-r--r--debian/network/if-pre-up.d/vlan2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/network/if-pre-up.d/vlan b/debian/network/if-pre-up.d/vlan
index 39ecda4..8659bae 100644
--- a/debian/network/if-pre-up.d/vlan
+++ b/debian/network/if-pre-up.d/vlan
@@ -54,7 +54,7 @@ if [ -n "$IF_VLAN_RAW_DEVICE" ]; then
NAME="$(printf vlan%.4d "$VLANID")"
;;
VLAN_PLUS_VID_NO_PAD)
- NAME="vlan$VLAN_ID"
+ NAME="vlan$VLANID"
;;
DEV_PLUS_VID)
NAME="$(printf %s.%.4d "$IF_VLAN_RAW_DEVICE" "$VLANID")"