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

Juniper: fix handling of "all" interface in OSPF area config #6372

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

progwriter
Copy link
Contributor

Previously we did not correctly inherit from the routing instance's master interface.
This inserts that interface into the inheritance tree.

Note this does not attempt to fix inheritance for fields that should be
inherited, but are not.

Previously we did not correctly inherit from the routing instance's master interface.
This inserts that interface into the inheritance tree.

Note this does not attempt to fix inheritance for fields that should be
inherited, but are not.
@batfish-bot
Copy link

This change is Reviewable

Copy link
Member

@dhalperi dhalperi left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 3 of 3 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@codecov
Copy link

codecov bot commented Oct 29, 2020

Codecov Report

Merging #6372 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #6372      +/-   ##
============================================
- Coverage     72.98%   72.97%   -0.01%     
+ Complexity    35167    35165       -2     
============================================
  Files          2829     2829              
  Lines        142795   142797       +2     
  Branches      17160    17160              
============================================
  Hits         104212   104212              
- Misses        30348    30350       +2     
  Partials       8235     8235              
Impacted Files Coverage Δ Complexity Δ
...fish/grammar/flatjuniper/ConfigurationBuilder.java 72.39% <100.00%> (+0.07%) 869.00 <0.00> (+1.00)
...src/main/java/org/batfish/coordinator/PoolMgr.java 59.52% <0.00%> (-1.20%) 15.00% <0.00%> (-1.00%)
...tfish/representation/cisco/CiscoConfiguration.java 85.88% <0.00%> (-0.14%) 492.00% <0.00%> (-1.00%)

@progwriter progwriter merged commit ee6eba4 into batfish:master Oct 29, 2020
@progwriter progwriter deleted the juniper-ospf-all branch October 29, 2020 20:13
progwriter pushed a commit to progwriter/batfish that referenced this pull request Oct 29, 2020
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