diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-07 23:01:02 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-04-08 22:43:01 +0300 |
| commit | 9118301e48af0dc0157184554601c767cbd25128 (patch) | |
| tree | d351bb1251764bb15580eb786329860b212e4e1b /tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py | |
| parent | cb48ec5fa1c4b637d695c36a9e4125620083f208 (diff) | |
bgpd: Do not forget to update conditional advertisements rmaps for peer-groups
When the peer is configured for the first time:
```
neighbor P1 peer-group
neighbor P1 remote-as external
neighbor P1 advertise-map ADV exist-map EXIST
neighbor 10.10.10.1 peer-group P1
```
Conditional advertisements route-maps are not updated and cond. advertisements
do not work until FRR restarted. BGP sessions clear does not help.
Or even changing peer-group for a peer, causes this bug to kick in.
```
no neighbor 10.10.10.1
neighbor 10.10.10.1 peer-group P2
```
With this fix, cond. advertisements start working immediatelly.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_ecmp.py')
0 files changed, 0 insertions, 0 deletions
