diff options
-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 |