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

Cisco NX-OS support no aggregate-address #8280

Merged
merged 2 commits into from
Apr 28, 2022

Conversation

arifogel
Copy link
Member

No description provided.

@batfish-bot
Copy link

This change is Reviewable

@codecov
Copy link

codecov bot commented Apr 28, 2022

Codecov Report

Merging #8280 (8060b64) into master (eaf4a0e) will increase coverage by 0.00%.
The diff coverage is 90.90%.

@@            Coverage Diff            @@
##             master    #8280   +/-   ##
=========================================
  Coverage     74.58%   74.58%           
- Complexity    43773    43804   +31     
=========================================
  Files          3407     3407           
  Lines        169510   169609   +99     
  Branches      20248    20273   +25     
=========================================
+ Hits         126435   126509   +74     
- Misses        33505    33513    +8     
- Partials       9570     9587   +17     
Impacted Files Coverage Δ
...mar/cisco_nxos/CiscoNxosControlPlaneExtractor.java 78.81% <89.65%> (+0.21%) ⬆️
...sco_nxos/BgpVrfIpv4AddressFamilyConfiguration.java 100.00% <100.00%> (ø)
...sco_nxos/BgpVrfIpv6AddressFamilyConfiguration.java 100.00% <100.00%> (+18.75%) ⬆️
.../datamodel/routing_policy/statement/Statement.java 72.72% <0.00%> (-9.10%) ⬇️
...src/main/java/org/batfish/coordinator/PoolMgr.java 54.76% <0.00%> (-4.77%) ⬇️
...batfish/representation/aws/LoadBalancerTarget.java 54.16% <0.00%> (-4.17%) ⬇️
...fish/bddreachability/BDDLoopDetectionAnalysis.java 83.82% <0.00%> (-2.95%) ⬇️
...ain/java/org/batfish/coordinator/WorkQueueMgr.java 70.93% <0.00%> (-0.59%) ⬇️
...src/main/java/org/batfish/coordinator/WorkMgr.java 75.50% <0.00%> (-0.47%) ⬇️
...rg/batfish/dataplane/ibdp/EigrpRoutingProcess.java 89.08% <0.00%> (-0.36%) ⬇️
... and 7 more

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.

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

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.

Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @arifogel, @corinaminer, and @sfraint)


projects/batfish/src/main/java/org/batfish/grammar/cisco_nxos/CiscoNxosControlPlaneExtractor.java line 3658 at r1 (raw file):

    boolean removed = afConfig.removeAggregateNetwork(prefix);
    if (!removed) {
      warn(ctx, String.format("Removing non-existent aggregate network: %s", prefix));

add vrf?

Copy link
Member Author

@arifogel arifogel left a comment

Choose a reason for hiding this comment

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

Reviewable status: 3 of 6 files reviewed, all discussions resolved (waiting on @corinaminer, @dhalperi, and @sfraint)


projects/batfish/src/main/java/org/batfish/grammar/cisco_nxos/CiscoNxosControlPlaneExtractor.java line 3658 at r1 (raw file):

Previously, dhalperi (Dan Halperin) wrote…

add vrf?

done

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.

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

@arifogel arifogel merged commit 49a40be into batfish:master Apr 28, 2022
@arifogel arifogel deleted the ari-nxos-no-aggregate-address branch April 28, 2022 20:50
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