From 18226276c83dc153f11cd51f718c6fdb11e459f8 Mon Sep 17 00:00:00 2001 From: Thomas Kuther Date: Tue, 4 Mar 2014 21:14:32 +0100 Subject: [macvlan] fix variable name CONN_DIR -> SUBR_DIR/connections --- src/lib/connections/macvlan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -. "$CONN_DIR/ethernet" +. "$SUBR_DIR/connections/ethernet" macvlan_up() { if [[ ${#BindsToInterfaces[@]} -ne 1 ]]; then -- cgit v1.2.3-24-g4f1b