Re: [PATCH net-next 1/2] mpls: fix forwarding using v4/v6 explicit null

2015-10-27 Thread roopa
On 10/26/15, 5:37 PM, Robert Shearman wrote: > Fill in the via address length for the predefined IPv4 and IPv6 > explicit-null label routes. > > Fixes: f8efb73c97e2 ("mpls: multipath route support") > Signed-off-by: Robert Shearman > --- > net/mpls/af_mpls.c | 2 ++ > 1

[PATCH net-next 1/2] mpls: fix forwarding using v4/v6 explicit null

2015-10-26 Thread Robert Shearman
Fill in the via address length for the predefined IPv4 and IPv6 explicit-null label routes. Fixes: f8efb73c97e2 ("mpls: multipath route support") Signed-off-by: Robert Shearman --- net/mpls/af_mpls.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/mpls/af_mpls.c