]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Simplify the checking local path
authoranlan_cs <vic.lan@pica8.com>
Wed, 12 Apr 2023 13:40:26 +0000 (21:40 +0800)
committeranlan_cs <vic.lan@pica8.com>
Thu, 13 Apr 2023 00:47:06 +0000 (08:47 +0800)
commite2c7a84bddba2b1b1446488a96a9f6d6260e0181
treebb884e5a6036b9e866e7ecbbbd53d80f05f08316
parent13a1758a6a2ef78359eec913300693f19d80ea48
bgpd: Simplify the checking local path

Replace the checking local path code in `update_evpn_type5_route_entry()`
with generic function.

Signed-off-by: anlan_cs <vic.lan@pica8.com>
bgpd/bgp_evpn.c