On Fri, 14 Oct 2022 13:33:25 -0700 Arshdeep Kaur <arshdeep.k...@intel.com> wrote:
> The change to do argument process before EAL init broke > the support of select-interface option. Fix by setting flag > and doing select-interface later. > > Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application") > > Signed-off-by: Arshdeep Kaur <arshdeep.k...@intel.com> The right fixes line would be when the order of init changed: Fixes: a8dde09f97df ("app/dumpcap: allow help/version without primary process") Acked-by: Stephen Hemminger <step...@networkplumber.org>