format_sockaddr: add trivial support for AF_LOCAL sockets 61/8461/2
authorDave Barach <dave@barachs.net>
Tue, 19 Sep 2017 18:36:46 +0000 (14:36 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 19 Sep 2017 20:23:52 +0000 (20:23 +0000)
commitf22f07dec90b7250f908d0085c1cf328f7d27138
tree79b676fca1b7ea907520741503271fa47ff7bc88
parentdc15be2ca7c51772b00e4c5548934a35aa7e4add
format_sockaddr: add trivial support for AF_LOCAL sockets

There isn't anything useful to print. Return a unique name since the
unix cli uses the returned string to create a node name.  Node names
must be unique, or vpp will quit abruptly.

Change-Id: I8f85ae8fececdbfd26c729bc32c2c2007c06d1ea
Signed-off-by: Dave Barach <dave@barachs.net>
src/vppinfra/unix-formats.c