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

[frrcfgd] Support for FRR configuration based on config DB events #5142

Merged
merged 33 commits into from
Jan 25, 2021

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    47f5736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154ec12 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Added update on setup.py

    zhaozhenhong committed Aug 14, 2020
    Configuration menu
    Copy the full SHA
    288986c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    2a5c58e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    e942575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c94d03 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge branch 'master' of https://github.com/zhaozhenhong/sonic-buildi…

    …mage into bgpcfgd_merge
    Zhenhong Zhao committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b12cde3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…

    …to bgpcfgd_merge
    Zhenhong Zhao committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    d86c52d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2020

  1. Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…

    …to bgpcfgd_merge
    Zhenhong Zhao committed Dec 26, 2020
    Configuration menu
    Copy the full SHA
    b0fdaf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2020

  1. Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…

    …to bgpcfgd_merge
    Zhenhong Zhao committed Dec 27, 2020
    Configuration menu
    Copy the full SHA
    792268a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Added new package for FRR configuration daemon

    Zhenhong Zhao committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    2637566 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Put template files into frrcfgd package

    Zhenhong Zhao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a41d8dd View commit details
    Browse the repository at this point in the history
  2. Removed not needed and temporary files

    Zhenhong Zhao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    609bcb7 View commit details
    Browse the repository at this point in the history
  3. Fixed setup.py not copying un-needed template file

    Zhenhong Zhao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    64561d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. Added critical process list switch and fix issue related to python3 m…

    …igration
    Zhenhong Zhao committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    0299bf3 View commit details
    Browse the repository at this point in the history
  2. Replaced python3 un-compatible function

    Zhenhong Zhao committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    a38469a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Added UT scripts and fixed minor issues in frrcfgd

    Zhenhong Zhao committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    0227421 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Changed according to code review comment

    Zhenhong Zhao committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ecd1e2e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Added jinja template to generate critical_processes list based on dev…

    …ice_metadata flag
    Zhenhong Zhao committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    30b68c9 View commit details
    Browse the repository at this point in the history
  2. Fixed minor issue of indentation

    Zhenhong Zhao committed Jan 7, 2021
    Configuration menu
    Copy the full SHA
    0160efb View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Added UT cases to test FRR command mapping

    Zhenhong Zhao committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    73354aa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…

    …to bgpcfgd_merge
    Zhenhong Zhao committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    d674c82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3abb609 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…

    …to bgpcfgd_merge
    Zhenhong Zhao committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    fa86ed0 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Changed to avoid calling sonic-cfggen twice

    Zhenhong Zhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    cf341e9 View commit details
    Browse the repository at this point in the history
  2. Added frr.conf generation with frr_mgmt_framework_config set to suppo…

    …rt FRR unified mode
    Zhenhong Zhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    da9a9a1 View commit details
    Browse the repository at this point in the history
  3. Added comment to FRR conf template

    Zhenhong Zhao committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    e5874c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Changed according code review comment

    Zhenhong Zhao committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e92997c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Fixed include template file issue

    Zhenhong Zhao committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3b49d23 View commit details
    Browse the repository at this point in the history
  2. Fixed inlcuded template not found issue

    Zhenhong Zhao committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    ee973b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…

    …to bgpcfgd_merge
    Zhenhong Zhao committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    99629bb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Merge branch 'master' of https://github.com/Azure/sonic-buildimage in…

    …to bgpcfgd_merge
    Zhenhong Zhao committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    6a693f4 View commit details
    Browse the repository at this point in the history
  2. Changed the target folder name of frrcfgd template files

    Zhenhong Zhao committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    6e6dde5 View commit details
    Browse the repository at this point in the history