diff options
author | Thomas Kuther <gimpel@sonnenkinder.org> | 2014-03-04 21:14:32 +0100 |
---|---|---|
committer | Thomas Kuther <gimpel@sonnenkinder.org> | 2014-03-04 21:14:32 +0100 |
commit | 18226276c83dc153f11cd51f718c6fdb11e459f8 (patch) | |
tree | 18e14738b780a7b9faaf1dd1c0b8a63da2db10ad | |
parent | a2c50f824205c15a04cc337ff64bf51698dfc74c (diff) | |
download | netctl-18226276c83dc153f11cd51f718c6fdb11e459f8.tar.gz netctl-18226276c83dc153f11cd51f718c6fdb11e459f8.tar.xz |
[macvlan] fix variable name CONN_DIR -> SUBR_DIR/connections
-rw-r--r-- | src/lib/connections/macvlan | 2 |
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 |