]> git.puffer.fish Git - mirror/frr.git/commit
tools: Handle sequence numbers for BGP community (large/ext) in frr-reload.py
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 11 Oct 2022 19:36:26 +0000 (22:36 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 11 Oct 2022 19:36:26 +0000 (22:36 +0300)
commit8bcbee1999176a46cd82b80002e4111c2cdd5084
tree81014c69bef715b48d67c13f55b76be3f71e56f4
parenteb531283675924c3bfb5034e54d234679208a2b4
tools: Handle sequence numbers for BGP community (large/ext) in frr-reload.py

If we add/modify community/large/ext lists without sequence numbers, and
doing frr-reload.py, then rules with sequence numbers (show running-config
always adds sequence numbers) will be deleted and new ones will be re-added.

This could lead to blackholing for some time.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tools/frr-reload.py