https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225792
Simon K. <moremo...@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |moremo...@outlook.com --- Comment #4 from Simon K. <moremo...@outlook.com> --- Created attachment 208751 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=208751&action=edit add radix_mpath.h back IPSEC policy or set sendredirect to "1" would disable tryforward(). Then the packet will fall into the slowpath. AKA. normal ip_input process. But ip_input.c missed some .h files, eg. radix_mpath.h, then ECMP is broken. Set sendredirect to "1" is not a good idea for a router, so I add "fastforwarding" back. Now you can set it to "0" to disable fastpath. The attached patch I've tested on FB12-stable r354079 is passed. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"