neutron-dynamic-routing/neutron_dynamic_routing/services/bgp
Felix Huettner 06232f0b2c Ignore disabled routers for advertising
currently if a router is set to disabled the dragents still advertise
the routes. This causes the upstream routers to still know these routes
and try to forward packets to a non existing router.

By removing these routes we allow these upstream routers do directly
drop the traffic to these addresses instead of trying to forward it to
neutron routers.

Closes-Bug: 2018737

Change-Id: Icd6803769f37a04bf7581afb9722c78a44737374
2024-08-22 11:11:57 +02:00
..
agent netaddr1: except TypeError in validate_ip_addr 2024-06-10 07:39:08 +00:00
common Support 4-Byte AS Numbers 2017-11-06 09:39:34 +00:00
scheduler Don't run periodic actions for StaticScheduler 2022-08-02 09:38:02 +02:00
__init__.py Move BGP service plugin, agent, and tests out of Neutron repo 2016-05-16 12:22:24 +00:00
bgp_plugin.py Ignore disabled routers for advertising 2024-08-22 11:11:57 +02:00