• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

noironetworks / opflex / 2203
79%
master: 68%

Build:
Build:
LAST BUILD BRANCH: coveralls
DEFAULT BRANCH: master
Ran 10 Aug 2021 08:19AM UTC
Jobs 1
Files 270
Run time 30s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
2203

push

travis-ci-com

GitHub
<a href="https://github.com/noironetworks/opflex/commit/<a class=hub.com/noironetworks/opflex/commit/6db40dc6ae34892786f98c6e123655d03daf316f">6db40dc6a<a href="https://github.com/noironetworks/opflex/commit/6db40dc6ae34892786f98c6e123655d03daf316f">&quot;&gt;Fix nat rules priority across all routed prefixes. (#382)

This is a rework of
https://github.com/noironetworks/opflex/commit/</a><a class="double-link" href="https://github.com/noironetworks/opflex/commit/<a class="double-link" href="https://github.com/noironetworks/opflex/commit/aee03cc208f2733cae3a35478db6d36570baade7">aee03cc20</a>">aee03cc20</a><a href="https://github.com/noironetworks/opflex/commit/6db40dc6ae34892786f98c6e123655d03daf316f">

By giving nat flows +1 prio, does not fully solve the problem.
we can have another routed prefix that would fall at the same
priority as the nat one and if the subnets are overlapping the
packets would take the non nat path.

In bosch they had
nw_dst=10.128.0.0/9 non-nat
nw_dst=10.0.0.0/9 non-nat
nw_dst=10.0.0.0/8 nat

with current code this would result in all the 3 flows to use prio=159 which
makes it non deterministic and back to the original problem we had.
I took this approach initially because we did not have a big enough hole
for all the priorities esp for v6.

But since it does not work the fix considered 2 designs
- assign nat priorities dynamically based on subnet/prefix of existing
  routed flows.
- move ext subnet routed prio down from 150 to 40 to create a window
  big enough to satisfy v6.

The first approach needs tracking subnet/prefix and dynamically
computing overlapping nat subnet/prefix prio based on that. however
as far as total priorities we might need in worst case goes its same
as the second approach.

Signed-off-by: Madhu Challa <challa@gmail.com>

22357 of 28266 relevant lines covered (79.1%)

3629.47 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2203.1 (TEST_SUITE=travis-build.sh) 10 Aug 2021 08:19AM UTC 0
79.1
Travis Job 2203.1
Source Files on build 2203
  • Tree
  • List 270
  • Changed 124
  • Source Changed 0
  • Coverage Changed 124
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Build #2203
  • 6db40dc6 on github
  • Prev Build on 5.1.3.5 (#2202)
  • Next Build on 5.1.3.5 (#2211)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc