> -----Original Message----- > From: Kaiwen Deng <[email protected]> > Sent: Wednesday, July 3, 2024 3:51 PM > To: [email protected] > Cc: [email protected]; Zhou, YidingX <[email protected]>; Deng, KaiwenX > <[email protected]>; Sean Morrissey <[email protected]> > Subject: [PATCH] examples/l3fwd: Fix core dump with multiple socket > > Setting acl will clear the acl config of other sockets, which will result in > core > dump. > > This commit will no longer clear the acl config when setting acl. > > Fixes: 6de0ea50e9b9 ("examples/l3fwd: merge l3fwd-acl example") > Cc: [email protected] > > Signed-off-by: Kaiwen Deng <[email protected]> > ---
Tested-by: Li, Hongbo <[email protected]>

