Re: [PATCH net-next] net: mpls: Add support for netconf

2017-02-20 Thread Robert Shearman
On 20/02/17 14:53, David Ahern wrote: On 2/20/17 3:01 AM, Robert Shearman wrote: On 18/02/17 01:36, David Ahern wrote: Add netconf support to MPLS. Allows userpsace to learn and be notified of changes to 'input' enable setting per interface. Signed-off-by: David Ahern --- include/uapi/linu

Re: [PATCH net-next] net: mpls: Add support for netconf

2017-02-20 Thread Nicolas Dichtel
Le 20/02/2017 à 15:53, David Ahern a écrit : > On 2/20/17 3:01 AM, Robert Shearman wrote: >> On 18/02/17 01:36, David Ahern wrote: >>> Add netconf support to MPLS. Allows userpsace to learn and be notified >>> of changes to 'input' enable setting per interface. >>> >>> Signed-off-by: David Ahern >

Re: [PATCH net-next] net: mpls: Add support for netconf

2017-02-20 Thread David Ahern
On 2/20/17 3:01 AM, Robert Shearman wrote: > On 18/02/17 01:36, David Ahern wrote: >> Add netconf support to MPLS. Allows userpsace to learn and be notified >> of changes to 'input' enable setting per interface. >> >> Signed-off-by: David Ahern >> --- >> include/uapi/linux/netconf.h | 1 + >>

Re: [PATCH net-next] net: mpls: Add support for netconf

2017-02-20 Thread Nicolas Dichtel
Le 18/02/2017 à 02:36, David Ahern a écrit : > Add netconf support to MPLS. Allows userpsace to learn and be notified > of changes to 'input' enable setting per interface. > > Signed-off-by: David Ahern Acked-by: Nicolas Dichtel

Re: [PATCH net-next] net: mpls: Add support for netconf

2017-02-20 Thread Robert Shearman
On 18/02/17 01:36, David Ahern wrote: Add netconf support to MPLS. Allows userpsace to learn and be notified of changes to 'input' enable setting per interface. Signed-off-by: David Ahern --- include/uapi/linux/netconf.h | 1 + include/uapi/linux/rtnetlink.h | 2 + net/mpls/af_mpls.c

[PATCH net-next] net: mpls: Add support for netconf

2017-02-17 Thread David Ahern
Add netconf support to MPLS. Allows userpsace to learn and be notified of changes to 'input' enable setting per interface. Signed-off-by: David Ahern --- include/uapi/linux/netconf.h | 1 + include/uapi/linux/rtnetlink.h | 2 + net/mpls/af_mpls.c | 212 +