Re: [PATCH net] ppp: fix pppoe_dev deletion condition in pppoe_release()

2015-11-20 Thread Christoph Schulz
nux 4.2.6, 4.1.13, or 3.18.24. But I don't find it in your stable bundle on Patchwork either. Has this patch been inadvertently "lost in translation"? Best regards, -- Christoph Schulz -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of

[PATCH iproute2 v2] ip: allow using a device "help" (or a prefix thereof)

2015-09-24 Thread Christoph Schulz
Device names that match "help" or a prefix thereof should be allowed anywhere a device name can be used. Note that a suitable keyword ("dev" or "name", the latter for "ip tunnel") has to be used in these cases to resolve ambiguities. Signed-off-by: Chris

Re: [iproute2 PATCH] ip-link: do not support 'ip link add dev help'

2015-09-21 Thread Christoph Schulz
er to be interpreted as interface name by prefixing it with 'dev '. Fix this by forcing whatever follows 'dev' to be presumed as interface name. I proposed a similar fix which also handles other ip commands, see http://patchwork.ozlabs.org/patch/519171/ . Does my patch als

[PATCH] ip: allow using a device "help" (or a prefix thereof)

2015-09-18 Thread Christoph Schulz
Device names that match "help" or a prefix thereof should be allowed anywhere a device name can be used. Note that a suitable keyword ("dev" or "name", the latter for "ip tunnel") has to be used in these cases to resolve ambiguities. Signed-off-by: Chris