On Mon, 2026-01-05 at 17:44 -0800, Jakub Kicinski wrote: > On Mon, 5 Jan 2026 12:04:23 +0200 Cosmin Ratiu wrote: > > The PSP responder fails when multiple devices are detected. There's > > an option to select the device id to use (-d) but that's currently > > not > > used from the PSP self test. > > > > Change the default behavior of psp_responder to pick the first > > device instead of giving up altogether. > > We know what ifindex we expect to run against (cfg.remote_ifname) > we can resolve which PSP device it belongs to either in the C code > or in the Python script.
I see now that the psp dev dump command exports the netdev ifindex alongside the psp devid. psp_responder could match that against a command line argument (replacing -d). I'll concoct something and send it as next version. Cosmin.
