From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Weinberger Subject: Re: [PATCH] Hyperv: Trigger DHCP renew after host hibernation Date: Mon, 21 Jul 2014 10:17:49 +0200 Message-ID: <53CCCCAD.7080906@nod.at> References: <1405680903-28176-1-git-send-email-yuezha@microsoft.com> <53CCB944.8090709@nod.at> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "olaf@aepfle.de" , "netdev@vger.kernel.org" , "jasowang@redhat.com" , "driverdev-devel@linuxdriverproject.org" , Haiyang Zhang , LKML , Thomas Shao , Greg KH , "David S. Miller" To: "Yue Zhang (OSTC DEV)" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: driverdev-devel-bounces@linuxdriverproject.org List-Id: netdev.vger.kernel.org Yue, Am 21.07.2014 10:05, schrieb Yue Zhang (OSTC DEV): > The problem of systemd implementation is that in different distros, the ways to > restart service are different. Propagating the event to userspace also doesn't help > for this issue. This way each distro can provide their own restart script. Same as every distro has custom start scripts, etc... > The advantage of current solution is that it simulates a cable plugging in/out event. > IMHO, in all the distros, this simulated event has already been well handled. It is a > dup effect to implement new hooks. Iff the current solution works for _all_ networking implementations. Thanks, //richard