Re: regression (4.10) - interface remove uevents not generated

2017-03-12 Thread Mantas Mikulėnas
On 2017-03-12 08:51, Andrei Vagin wrote: > On Sat, Mar 11, 2017 at 11:24:34PM +0200, Mantas Mikulėnas wrote: >> On 2017-03-11 21:50, Andrei Vagin wrote: >>> Hi Mantas, >>> >>> Thank you for the report. Could you try out the attached patch? >> >> Than

Re: regression (4.10) - interface remove uevents not generated

2017-03-11 Thread Mantas Mikulėnas
On 2017-03-11 21:50, Andrei Vagin wrote: > Hi Mantas, > > Thank you for the report. Could you try out the attached patch? Thanks, I tested it on current master but it doesn't seem to help; there still aren't any uevents for removed interfaces. -- Mantas Mikulėnas

regression (4.10) - interface remove uevents not generated

2017-03-11 Thread Mantas Mikulėnas
c1-290-g434fd6353b4c). -- Mantas Mikulėnas

[PATCH] net: ipv6: check route protocol when deleting routes

2016-12-16 Thread Mantas Mikulėnas
The protocol field is checked when deleting IPv4 routes, but ignored for IPv6, which causes problems with routing daemons accidentally deleting externally set routes (observed by multiple bird6 users). This can be verified using `ip -6 route del proto something`. Signed-off-by: Mantas Mikulėnas