Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Nov 2019 01:39:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 225792] ECMP is broken since tryforward()
Message-ID:  <bug-225792-7501-lggrK8EahT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225792-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225792-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225792

Simon K. <moremore2@outlook.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moremore2@outlook.com

--- Comment #4 from Simon K. <moremore2@outlook.com> ---
Created attachment 208751
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D208751&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225792-7501-lggrK8EahT>