[PATCH iproute2 net-next] iproute: extend route get for mpls routes

2017-07-07 Thread Roopa Prabhu
From: Roopa Prabhu This patch extends route get to support mpls specific route attributes like RTA_NEWDST. Input: RTA_DST - input label RTA_NEWDST - labels in packet for multipath selection By default the getroute handler returns matched nexthop label, via and oif With fibmatch keyword (RTM_F_

Re: [PATCH iproute2 net-next] iproute: extend route get for mpls routes

2017-07-18 Thread Stephen Hemminger
On Fri, 7 Jul 2017 15:08:11 -0700 Roopa Prabhu wrote: > From: Roopa Prabhu > > This patch extends route get to support mpls specific > route attributes like RTA_NEWDST. > > Input: > RTA_DST - input label > RTA_NEWDST - labels in packet for multipath selection > > By default the getroute hand