]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Store original route-map type for the peer
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 25 Oct 2017 00:41:59 +0000 (20:41 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 27 Nov 2017 13:21:56 +0000 (08:21 -0500)
commit0f672529d86b4c55f11c761f171f635ebb4bdb10
treea074c017676aed9f54160dc5d7c400b803903ed9
parentb787157a528c5730b4d82c06f17de8eccf0b3508
bgpd: Store original route-map type for the peer

When we are applying an experimental route-map type
to a peer( as part of a show command ) save and
restore the peer's ->rmap_type.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c