summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Kuther <gimpel@sonnenkinder.org>2014-03-04 21:14:32 +0100
committerThomas Kuther <gimpel@sonnenkinder.org>2014-03-04 21:14:32 +0100
commit18226276c83dc153f11cd51f718c6fdb11e459f8 (patch)
tree18e14738b780a7b9faaf1dd1c0b8a63da2db10ad
parenta2c50f824205c15a04cc337ff64bf51698dfc74c (diff)
downloadnetctl-18226276c83dc153f11cd51f718c6fdb11e459f8.tar.gz
netctl-18226276c83dc153f11cd51f718c6fdb11e459f8.tar.xz
[macvlan] fix variable name CONN_DIR -> SUBR_DIR/connections
-rw-r--r--src/lib/connections/macvlan2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/connections/macvlan b/src/lib/connections/macvlan
index 11e7017..25a97fb 100644
--- a/src/lib/connections/macvlan
+++ b/src/lib/connections/macvlan
@@ -1,6 +1,6 @@
# Contributed by: Walter F Dworak <preparationh67@gmail.com>
-. "$CONN_DIR/ethernet"
+. "$SUBR_DIR/connections/ethernet"
macvlan_up() {
if [[ ${#BindsToInterfaces[@]} -ne 1 ]]; then