[Bug 252883] [net][route][loopback] lo1 IP is not added to routing table of cloned interface via rc.d at startup
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jan 21 21:49:39 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252883
--- Comment #3 from commit-hook at FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=130aebbab0d38da85f7d32b6d4227f95a2cd9ec7
commit 130aebbab0d38da85f7d32b6d4227f95a2cd9ec7
Author: Alexander V. Chernikov <melifaro at FreeBSD.org>
AuthorDate: 2021-01-19 23:50:34 +0000
Commit: Alexander V. Chernikov <melifaro at FreeBSD.org>
CommitDate: 2021-01-21 21:48:49 +0000
Further refactor IPv4 interface route creation.
* Fix bug with /32 aliases introduced in 81728a538d24.
* Explicitly document business logic for IPv4 ifa routes.
* Remove remnants of rtinit()
* Deduplicate ifa->route prefix code by moving it into ia_getrtprefix()
* Deduplicate conditional check for ifa_maintain_loopback_route() by
moving into ia_need_loopback_route()
* Remove now-unused flags argument from in_addprefix().
Reviewed by: donner
PR: 252883
Differential Revision: https://reviews.freebsd.org/D28246
sys/netinet/in.c | 239 +++++++++++++++++++++++++++-----------------------
sys/netinet/in_var.h | 2 +-
sys/netinet/ip_carp.c | 2 +-
3 files changed, 130 insertions(+), 113 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list