From 5ea411c1137c76e810e57aefd9dce4f715fa8897 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 Sep 2017 13:31:09 +0100 Subject: [PATCH] Use dhclient for ethernet mesh bridge --- src/freedombone-mesh-batman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-mesh-batman b/src/freedombone-mesh-batman index 6bca08fe..ee072e34 100755 --- a/src/freedombone-mesh-batman +++ b/src/freedombone-mesh-batman @@ -13,7 +13,7 @@ # License # ======= # -# Copyright (C) 2015-2016 Bob Mottram +# Copyright (C) 2015-2017 Bob Mottram # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -248,7 +248,7 @@ function start { ifconfig $EIFACE 0.0.0.0 ifconfig $EIFACE up promisc ifconfig $BRIDGE up - avahi-autoipd --force-bind --daemonize --wait $BRIDGE + dhclient $BRIDGE fi if [ $IFACE_SECONDARY ]; then