]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Allow importing local routes with accept-own mechanism
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 13 Jan 2023 10:04:01 +0000 (12:04 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 15 Jan 2023 10:21:36 +0000 (12:21 +0200)
commitc479b28e51bedd8d5be25d32bf9fbd1e42ee02ba
tree2213cca6b89face1f10f7cf032df06eb3493ce4d
parentbe251beef2893aa86487e532c9ad54ac8a368348
bgpd: Allow importing local routes with accept-own mechanism

Before this patch we allowed importing routes between VRFs in the same node,
only for external routes, but not for local (e.g.: redistribute).

Relax here a bit, and allow importing local routes between VRFs when the RT
list is modified using route reflectors.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_mplsvpn.c