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 bgp crash after BGP allow list configuration is added #6088

Merged
merged 1 commit into from
Dec 2, 2020

Commits on Dec 2, 2020

  1. Fix bgp crash after BGP allow list configuration is added

    The issue was a typo introduced in sonic-net#6006. In that change, the BGP allow list
    configuration manager was updated to use a method of common ConfigMgr
    for restarting peer groups. However, the method name 'restart_peers' was
    used instead of the correct 'restart_peer_groups'.
    
    This change updated the managers_allow_list.py to use correct method
    'restart_peer_groups' for restarting peer groups.
    
    Signed-off-by: Xin Wang <xiwang5@microsoft.com>
    wangxin committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    c3dbf2c View commit details
    Browse the repository at this point in the history