Re: [PATCH iproute2] ip: update link types to show 6lowpan and ieee802.15.4 monitor

2016-12-01 Thread Stefan Schmidt
Hello. On 28.10.2016 11:42, Stefan Schmidt wrote: > Both types have been missing here and thus ip always showed > only the numbers. > > Based on a suggestion from Alexander Aring. > > Signed-off-by: Stefan Schmidt Did you somehow mangle this patch manually? Looking at the patch in your git re

Re: [PATCH iproute2] ip: update link types to show 6lowpan and ieee802.15.4 monitor

2016-11-11 Thread Stephen Hemminger
On Fri, 28 Oct 2016 11:42:03 +0200 Stefan Schmidt wrote: > Both types have been missing here and thus ip always showed > only the numbers. > > Based on a suggestion from Alexander Aring. > > Signed-off-by: Stefan Schmidt Applied

[PATCH iproute2] ip: update link types to show 6lowpan and ieee802.15.4 monitor

2016-10-28 Thread Stefan Schmidt
Both types have been missing here and thus ip always showed only the numbers. Based on a suggestion from Alexander Aring. Signed-off-by: Stefan Schmidt --- lib/ll_types.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ll_types.c b/lib/ll_types.c index 2c5bf8b..eca617f 100644 --- a/li