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

[bgpcfg]: Batch bgp updates #6006

Merged
merged 5 commits into from
Nov 25, 2020

Commits on Nov 21, 2020

  1. [bgpcfgd]: Batch bgp updates.

    vtysh -f command is slow. It is sometimes takes about 3 seconds.
    When we need to run many vtysh -f commands that slows down the system.
    Batch vtysh -f updates.
    Pavel Shirshov committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    5530bab View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Use correct file to import run_command

    Pavel Shirshov committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    5b8a376 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    85e6ce2 View commit details
    Browse the repository at this point in the history
  2. Revert "Update test_ipv6_nexthop_global.py"

    This reverts commit 85e6ce2.
    Pavel Shirshov committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c9c243c View commit details
    Browse the repository at this point in the history
  3. Revert changes in the test

    Pavel Shirshov committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    4aa96f1 View commit details
    Browse the repository at this point in the history