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

FRR: allow neighbors to be defined out of order #8320

Merged
merged 1 commit into from
May 19, 2022

Conversation

dhalperi
Copy link
Member

@dhalperi dhalperi commented May 18, 2022

It seems that FRR does not apply address-family configuration until after all
top-level neighbors are defined, even if those declarations come after the
address-family section.

Support this, and also no longer warn at parsing time for such cases.

commit-id:fac91090

@batfish-bot
Copy link

This change is Reviewable

@dhalperi dhalperi requested a review from ratulm May 18, 2022 23:36
Copy link
Member

@ratulm ratulm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 8 of 8 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dhalperi)

It seems that FRR does not apply address-family configuration until after all
top-level neighbors are defined, even if those declarations come after the
address-family section.

Support this, and also no longer warn at parsing time for such cases.

commit-id:fac91090
@dhalperi dhalperi force-pushed the pr/dhalperi/frr-inheritance/fac91090 branch from ef4f85c to da25b5a Compare May 19, 2022 16:59
@codecov
Copy link

codecov bot commented May 19, 2022

Codecov Report

Merging #8320 (3f5c7c4) into master (3f5c7c4) will not change coverage.
The diff coverage is n/a.

❗ Current head 3f5c7c4 differs from pull request most recent head da25b5a. Consider uploading reports for the commit da25b5a to get more accurate results

@@            Coverage Diff            @@
##             master    #8320   +/-   ##
=========================================
  Coverage     74.62%   74.62%           
  Complexity    43908    43908           
=========================================
  Files          3410     3410           
  Lines        169948   169948           
  Branches      20312    20312           
=========================================
  Hits         126819   126819           
  Misses        33532    33532           
  Partials       9597     9597           

Copy link
Member

@ratulm ratulm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @dhalperi)

@dhalperi dhalperi merged commit 2e1429d into master May 19, 2022
@dhalperi dhalperi deleted the pr/dhalperi/frr-inheritance/fac91090 branch May 19, 2022 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants