Page MenuHomeFreeBSD

ndp: break nd6_prefix_update out of prelist_update
AcceptedPublic

Authored by pouria on Sat, Mar 28, 8:13 PM.

Details

Reviewers
markj
glebius
bz
Group Reviewers
network
Summary

if PI exists, call prefix_update, instead of doing it inside the prelist_update.
no functional change intended.

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

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?

markj added inline comments.
sys/netinet6/nd6_rtr.c
1533

After D54132 it does not matter, okay.

This revision is now accepted and ready to land.Sun, Mar 29, 7:16 AM
pouria added inline comments.
sys/netinet6/nd6_rtr.c
1533

*D56132. Thanks!

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.

Can you show what issues you are talking about?
I also have the patch related to prefixes and CARP.