]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not send routes back received from a peer 12597/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 5 Jan 2023 08:25:38 +0000 (10:25 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sat, 14 Jan 2023 19:30:07 +0000 (21:30 +0200)
commit25851bf0a15923687c81a7ae5bb7ba4eb98e309d
tree84b0b91e52edeaa1b8d66c95e1c49dbd45505623
parentc7fe4786dc09fbb27a57e9fdac67b60df6565f52
bgpd: Do not send routes back received from a peer

Before this patch, we needed to explicitly define a neighbor to be SOLO
(= separate update-group). Let's ease this functionality for an operator to
avoid confusions.

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