https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219918
Eugene Grosbein <eu...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eu...@freebsd.org --- Comment #1 from Eugene Grosbein <eu...@freebsd.org> --- (In reply to Damjan Jovanovic from comment #0) Your patch makes significant change unconditionnaly and the change may present regression for other use cases: - it can degrade performance of libalias hash function that is not perfect already; - it decreases port variance of translated traffic that can degrade performance of L3 channel load distribution. Note that libalias already has a flag PKT_ALIAS_SAME_PORTS (natd -same_ports or ipfw nat config same_ports) to somehow change port translation rules. Please make your change conditional using new flag for new translation mode. -- 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"