[patch] option -k of ifplugd did not work

Denys Vlasenko vda.linux at googlemail.com
Thu Feb 28 11:53:13 UTC 2013


On Fri, Dec 14, 2012 at 10:39 PM, Matthias Loy <matthias.loy at hbm.com> wrote:
> Hello,
>
> today I reconized that ifplugd -k does stop the running ifplugd without
> calling ifdown. Sending SIGTERM to the ifplugd did the job, ifdown was
> called before ifplugd stopped.
> The solution is simple: ifplugd -k sent the wrong signal. the clean up stage
> was simply omitted!
>
> Attached is the small patch solving the problem.

I looked at upstream sources and they send SIGINT.
I changed bbox code to do the same.

Thanks!

> By the way. A few weeks ago I send another patch concerning ifdown for
> interfaces using a mapped configuration. Until now I haven't got any
> reaction from anybody.

Sorry. I will take a look.


More information about the busybox mailing list