https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252883
--- Comment #3 from commit-h...@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 <melif...@freebsd.org> AuthorDate: 2021-01-19 23:50:34 +0000 Commit: Alexander V. Chernikov <melif...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"