On Mon, 12 Oct 2020 10:28:29 +0200 Jakub Grajciar <jgraj...@cisco.com> wrote:
> Abstract socket address has no connection with > filesystem pathnames and the socket disappears > once all open references are closed. > > Memif pmd will use abstract socket address by default. > For backwards compatibility use new argument > 'socket-abstract=no' > > Signed-off-by: Jakub Grajciar <jgraj...@cisco.com> Your current model with flags is fine, but another alternative would be to use the @ character to signify abstract socket type. That is what tools like "ss" use display abstract sockets.