]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/iproute.c
ip route: add mpls multipath support
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Mon, 8 Feb 2016 00:28:16 +0000 (16:28 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 9 Feb 2016 18:43:16 +0000 (10:43 -0800)
commitecc509f9a36be953bc41d926be061b5c34a74e94
tree27f3a5bdc050005100a81d3438aa15c5a5581cba
parente6c38e2c59c922229ca615b6f913523dd6ee7c24
ip route: add mpls multipath support

This patch adds support to add mpls multipath
routes.

example:
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

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
ip/iproute.c