Re: [PATCH v2] ipv6: expose RFC4191 route preference via rtnetlink

2015-03-11 Thread David Miller
From: Lubomir Rintel Date: Wed, 11 Mar 2015 15:39:21 +0100 > This makes it possible to retain the route preference when RAs are handled in > userspace. > > Signed-off-by: Lubomir Rintel > --- > Changes since v1: > - In case an invalid value is specified treat it as >

Re: [PATCH v2] ipv6: expose RFC4191 route preference via rtnetlink

2015-03-11 Thread Jiri Pirko
Wed, Mar 11, 2015 at 03:39:21PM CET, lkund...@v3.sk wrote: >This makes it possible to retain the route preference when RAs are handled in >userspace. > >Signed-off-by: Lubomir Rintel Reviewed-by: Jiri Pirko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body

[PATCH v2] ipv6: expose RFC4191 route preference via rtnetlink

2015-03-11 Thread Lubomir Rintel
This makes it possible to retain the route preference when RAs are handled in userspace. Signed-off-by: Lubomir Rintel --- Changes since v1: - In case an invalid value is specified treat it as ICMPV6_ROUTER_PREF_MEDIUM include/uapi/linux/rtnetlink.h | 1 + net/ipv6/route.c |

Re: [PATCH v2] ipv6: expose RFC4191 route preference via rtnetlink

2015-03-11 Thread Jiri Pirko
Wed, Mar 11, 2015 at 03:39:21PM CET, lkund...@v3.sk wrote: This makes it possible to retain the route preference when RAs are handled in userspace. Signed-off-by: Lubomir Rintel lkund...@v3.sk Reviewed-by: Jiri Pirko j...@resnulli.us -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v2] ipv6: expose RFC4191 route preference via rtnetlink

2015-03-11 Thread David Miller
From: Lubomir Rintel lkund...@v3.sk Date: Wed, 11 Mar 2015 15:39:21 +0100 This makes it possible to retain the route preference when RAs are handled in userspace. Signed-off-by: Lubomir Rintel lkund...@v3.sk --- Changes since v1: - In case an invalid value is specified treat it as

[PATCH v2] ipv6: expose RFC4191 route preference via rtnetlink

2015-03-11 Thread Lubomir Rintel
This makes it possible to retain the route preference when RAs are handled in userspace. Signed-off-by: Lubomir Rintel lkund...@v3.sk --- Changes since v1: - In case an invalid value is specified treat it as ICMPV6_ROUTER_PREF_MEDIUM include/uapi/linux/rtnetlink.h | 1 + net/ipv6/route.c