Re: [OpenWrt-Devel] [PATCH 1/2] Introduce new interface event "create" (IFEV_CREATE)

2018-07-03 Thread Hans Dedecker
On Tue, Jul 3, 2018 at 7:26 PM Paul Oranje wrote: > > Curious: what purposes or use-cases are intended to be served with this event > ? Please don't top post The interface event IFEV_CREATE can be used by external applications or netifd internal subsystems to trigger specific logic when an

Re: [OpenWrt-Devel] [PATCH 1/2] Introduce new interface event "create" (IFEV_CREATE)

2018-07-03 Thread Paul Oranje
Curious: what purposes or use-cases are intended to be served with this event ? > Op 29 jun. 2018, om 16:14 heeft Hans Dedecker het > volgende geschreven: > > On Fri, Jun 29, 2018 at 5:23 AM Alexander Couzens wrote: >> >> "create" will be called before the proto handlers initialised. >

Re: [OpenWrt-Devel] [PATCH 1/2] Introduce new interface event "create" (IFEV_CREATE)

2018-06-29 Thread Hans Dedecker
On Fri, Jun 29, 2018 at 5:23 AM Alexander Couzens wrote: > > "create" will be called before the proto handlers initialised. Acked-by: Hans Dedecker > --- > interface-event.c | 1 + > interface.c | 1 + > interface.h | 2 ++ > 3 files changed, 4 insertions(+) > > diff --git

Re: [OpenWrt-Devel] [PATCH 1/2] Introduce new interface event "create" (IFEV_CREATE)

2018-06-28 Thread Alexander Couzens
Hi Hans, pls don't commit them. I've forgot the SOB line, but also would like to add a GPG signature to it, after you've reviewed them. Best, lynxis pgpjV8BknClhD.pgp Description: OpenPGP digital signature ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH 1/2] Introduce new interface event "create" (IFEV_CREATE)

2018-06-28 Thread Alexander Couzens
"create" will be called before the proto handlers initialised. --- interface-event.c | 1 + interface.c | 1 + interface.h | 2 ++ 3 files changed, 4 insertions(+) diff --git a/interface-event.c b/interface-event.c index 86e8f5488da8..a40f6dc883d3 100644 --- a/interface-event.c +++