[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <562A24A8.1050006@cumulusnetworks.com>
Date: Fri, 23 Oct 2015 05:14:32 -0700
From: roopa <roopa@...ulusnetworks.com>
To: davem@...emloft.net
CC: netdev@...r.kernel.org, ebiederm@...ssion.com, rshearma@...cade.com
Subject: Re: [PATCH net-next v5 0/2] mpls: multipath support
On 10/22/15, 5:16 PM, Roopa Prabhu wrote:
> From: Roopa Prabhu <roopa@...ulusnetworks.com>
>
> This patch adds support for MPLS multipath routes.
>
> Includes following changes to support multipath:
> - splits struct mpls_route into 'struct mpls_route + struct mpls_nh'.
>
> - struct mpls_nh represents a mpls nexthop label forwarding entry
>
> - Adds support to parse/fill RTA_MULTIPATH netlink attribute for
> multipath routes similar to ipv4/v6 fib
>
> - In the process of restructuring, this patch also consistently changes all
> labels to u8
>
> $ip -f mpls route add 100 nexthop as 200 via inet 10.1.1.2 dev swp1 \
> nexthop as 700 via inet 10.1.1.6 dev swp2 \
> nexthop as 800 via inet 40.1.1.2 dev swp3
>
> $ip -f mpls route show
> 100
> nexthop as to 200 via inet 10.1.1.2 dev swp1
> nexthop as to 700 via inet 10.1.1.6 dev swp2
> nexthop as to 800 via inet 40.1.1.2 dev swp3
>
> Roopa Prabhu (1):
> mpls: multipath support
>
> Robert Shearman (1):
> mpls: flow-based multipath selection
>
> Signed-off-by: Roopa Prabhu <roopa@...ulusnetworks.com>
>
>
David, please ignore. I will re-spin the series. I see a checkpatch error
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists