]> git.puffer.fish Git - matthieu/frr.git/commit
MPLS: Install labeled static routes
authorvivek <vivek@cumulusnetworks.com>
Tue, 19 Apr 2016 23:08:10 +0000 (23:08 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Sep 2016 13:31:02 +0000 (09:31 -0400)
commitc0f4be83a11c22ff7e9920fc44ebc015d5b1f776
treed350ca54d663f07ea59610fd0d1c5fd239194c4d
parenta22f3f5dadce22784157cdef9b150114b894fd70
MPLS: Install labeled static routes

This patch installs labeled static routes in the FIB. The routes are installed
using the RTA_ENCAP (and RTA_ENCAP_TYPE) nested attributes.

Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-6040
Reviewed By: CCR-3091
Testing Done: Tested in SE-1, brief manual testing now
lib/nexthop.c
zebra/rt_netlink.c
zebra/zebra_rib.c
zebra/zebra_static.c
zebra/zebra_vty.c