if PI exists, call prefix_update, instead of doing it inside the prelist_update.
no functional change intended.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 71778 Build 68661: arc lint + arc unit
Event Timeline
Comment Actions
For reviewers:
The whole revision stack will reduce PI code complexity and fix multiple issues along the way.
I also wrote additional tests in D56128 to make sure everything works as intended.
| sys/netinet6/nd6_rtr.c | ||
|---|---|---|
| 1533 | Before, prelist_update() would return the value of error in this case. Now it does not. Is it intentional? | |
Comment Actions
Can you show what issues you are talking about?
I also have the patch related to prefixes and CARP.