vppinfra: Add method for getting current executable name 94/40394/6
authorTom Jones <thj@freebsd.org>
Wed, 24 Apr 2024 10:30:20 +0000 (10:30 +0000)
committerTom Jones <thj@freebsd.org>
Wed, 24 Apr 2024 10:30:20 +0000 (10:30 +0000)
commitab47993a00e8854d64ae90de0cdd4b9272653473
treebbf7b7fc9ac6ae379506fcc1914e040e265831b6
parentc0580f91a14cb4a68f1978c6702a91efc46d12a9
vppinfra: Add method for getting current executable name

Add a unix method for getting the current executable name. This is
implemented to match the readlink api for existing calls.

Type: improvement
Change-Id: Id06a55892d09d0b305a56b55a424f53ffb685a72
Signed-off-by: Tom Jones <thj@freebsd.org>
Signed-off-by: Damjan Marion <damarion@cisco.com>
src/plugins/fateshare/fateshare.c
src/vlib/unix/main.c
src/vpp/vnet/main.c
src/vppinfra/unix-misc.c
src/vppinfra/unix.h