-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: bgp peers snapshot comparison #154
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
A Preview PR in PanDev repo has been created. You can view it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Alp Eren Kose <alperenkose@gmail.com>
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
Co-authored-by: Alp Eren Kose <alperenkose@gmail.com>
## [0.3.4](v0.3.3...v0.3.4) (2024-03-07) ### Features * bgp peers snapshot comparison ([#154](#154)) ([4fec622](4fec622)) ### Bug Fixes * calculate_diff_on_dicts to Support Integer Values for ARP Table ttl ([#153](#153)) ([47ebea5](47ebea5)) * **firewall_proxy/is_panorama_connected:** Added fix for panorama check for FWs in version PAN-OS 11 or later ([#159](#159)) ([e617dbc](e617dbc)) * route snapshot missing entries fix ([#146](#146)) ([d946462](d946462))
🎉 This PR is included in version 0.3.4 🎉 The release is available on PyPI and GitHub release
|
Description
On customer's request, added BGP peers information to FW snapshot. This PR introduces BGP peers information comparison with emphasis on BGP session status.
Motivation and Context
#150
How Has This Been Tested?
It has been tested with example python scripts.
Types of changes
Checklist