Skip to content
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

Fix handling of optional fields in get_bgp_peer function #3565

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 3, 2024

  1. Fix handling of optional fields in get_bgp_peer function

    This commit fixes an issue in get_bgp_peer function where
    `local_addr` and `name` were treated as mandatory.
    However, `local_addr` and `name` fields are not required in
    BGP neighbor configuration.
    
    Fixes #19930
    
    Signed-off-by: Matej Feder <[email protected]>
    matofeder committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b44ecd7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2445807 View commit details
    Browse the repository at this point in the history