39b799d936
Previously the verbose output of if_linux_ipv6_open looked like this: found interface ab c: 0ab: a b: abc: 0 0: a 0🔡 0 0 scope 0 This changes the output to: found interface eth0 inet6 ab0c🆎a0b🔤0:a00:abcd:0 scope 0 Signed-off-by: Orivej Desh <orivej@gmx.fr> Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
15 строки
278 B
Makefile
15 строки
278 B
Makefile
#
|
|
# Copyright (c) 2019 Cisco Systems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
dist_opaldata_DATA = help-opal-if-linux-ipv6.txt
|
|
|
|
noinst_LTLIBRARIES = libmca_if_linux_ipv6.la
|
|
|
|
libmca_if_linux_ipv6_la_SOURCES = if_linux_ipv6.c
|