Details
- Reviewers
donner - Group Reviewers
network - Commits
- rG130aebbab0d3: Further refactor IPv4 interface route creation.
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 36377 Build 33266: arc lint + arc unit
Event Timeline
sys/netinet/in.c | ||
---|---|---|
774 | The comment is misleading. This function checks, if the IP address on the interface is singular enough to add an additional loopback route for the local host in the attached network, Of course, all excluded cases do need a loopback route, too. But not an extra one, |
sys/netinet/in.c | ||
---|---|---|
774 | Indeed, there is a clash for the "loopback" term. We will always install some loopback route, the question is whether we install it via ifa_maintain_loopback_route() or not. Anyway, I've updated the description, hope it looks more clear now. |
this diff fixes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252883 thanks can you mention the PR when this patch gets merged? thanks!