]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: Route-tag is not set to external lsas when applying with rmap
authorrgirada <rgirada@vmware.com>
Mon, 18 May 2020 04:40:48 +0000 (21:40 -0700)
committerrgirada <rgirada@vmware.com>
Mon, 18 May 2020 04:40:48 +0000 (21:40 -0700)
commit87e6e11ee80fff474ee4574fd940e94505ae3c0f
treefebe85dd57198d740beaa43af670cfb21f24bea9
parentef022660b44a90d22e73f8f211b6296a764c432e
ospfd: Route-tag is not set to external lsas when applying with rmap

Description:
Route-tag is not set to external lsas originated by ospf when a routemap
applied by setting a specific tag. When applying a route-map on redistribution,
external lsas will be refreshed if there is any change in the route parametrs
after applying routemap. But changing tag is not handled here.
Added the apripriate fix to correct this.

Signed-off-by: Rajesh Girada <rgirada@vmware.com>
ospfd/ospf_zebra.c