oxidecomputer / maghemite

A routing stack written in Rust.
Mozilla Public License 2.0
36 stars 2 forks source link

bgp: changing peer vlan-id does not change entries in RIB #310

Closed rcgoodfellow closed 3 months ago

rcgoodfellow commented 3 months ago

When a BGP peer config is changed to have a different VLAN id, the entries that correspond to that peer in the RIB are not changed. Changing the VLAN ID should result in a session reset, or maybe a session refresh, but a reset seems prudent for the moment.