-
Notifications
You must be signed in to change notification settings - Fork 107
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
feat: Support blackhole, prohibit and unreachable route types #662
Conversation
557c705
to
06ddc26
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #662 +/- ##
==========================================
- Coverage 45.03% 45.00% -0.04%
==========================================
Files 12 12
Lines 3080 3100 +20
Branches 428 433 +5
==========================================
+ Hits 1387 1395 +8
- Misses 1692 1704 +12
Partials 1 1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
[citest] |
5a86e82
to
c3ba56e
Compare
[citest] |
c3ba56e
to
f804f3a
Compare
[citest] |
f804f3a
to
5e3cfcb
Compare
[citest] |
5e3cfcb
to
86c18ec
Compare
[citest] |
[citest bad] |
464b417
to
1a4272c
Compare
[citest] |
1a4272c
to
3c75667
Compare
[citest] |
3c75667
to
1374583
Compare
[citest] |
1374583
to
659adcb
Compare
020b651
to
f0e079b
Compare
@tyll , Thanks for the comments, I think that I addressed them all. |
f0e079b
to
6ef4bc6
Compare
982e400
to
667ced6
Compare
667ced6
to
51e1c03
Compare
[citest] |
51e1c03
to
299790e
Compare
299790e
to
2bbc284
Compare
[citest] |
2bbc284
to
b4e710d
Compare
[citest] |
Only minor remarks from me, I don't need to re-review this. I am fine with someone else approving this after the changes. |
b4e710d
to
0b08def
Compare
[citest] |
It is useful and common practice to configure the routes with blackhole, prohibit, and unreachable route types when users have BGP routing setups. Notice that this feature is only for nm provider using `network_connections` variable. Configuring blackhole, prohibit, and unreachable route types is also supported by using `network_state` since nmstate version 2.2.20 (the setting name is `route-type`). Resolves: https://issues.redhat.com/browse/RHEL-19579 Signed-off-by: Wen Liang <liangwen12year@gmail.com>
0b08def
to
cc592c2
Compare
[citest] |
When users have BGP routing setups, it is common practice to blackhole some less-specific routes in order to avoid routing loops, and the BGP router might insert a more specific route dynamically afterwards.
Enhancement:
Reason:
Result:
Issue Tracker Tickets (Jira or BZ if any):