Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix condition intended to skip iBGP neighbors to work on single-asic (#…
…15411) Fixes #13662 added support for running bgp/test_bgp_session_flap.py on T2 topology. However, the condition it added to skip iBGP neighbors only works on multi-asic LCs: if 'asic' not in v['description'].lower(): The better solution is to check the BGP session's peer group which will indicate if it's internal or not regardless of single-asic or multi-asic
- Loading branch information