iproute2/bridge
Ivan Vecera 6648853975 lib: make resolve_hosts variable common
Any iproute utility that uses any function from lib/utils.c needs
to declare its own resolve_hosts variable instance although it does
not need/use hostname resolving functionality (currently only 'ip'
and 'ss' commands uses this).
The patch declares single common instance of resolve_hosts directly
in utils.c so the existing ones can be removed (the same approach
that is used for timestamp_short).

Cc: Jiri Pirko <jiri@mellanox.com>
Cc: Arkadi Sharshevsky <arkadis@mellanox.com>
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
2017-11-12 16:15:23 -08:00
..
.gitignore Add bridge command 2012-08-01 15:23:49 -07:00
Makefile config: put CFLAGS/LDLIBS in config.mk 2017-08-23 10:03:09 -07:00
br_common.h bridge: isolate vlans parsing code in a separate API 2017-10-26 12:35:04 +02:00
bridge.c lib: make resolve_hosts variable common 2017-11-12 16:15:23 -08:00
fdb.c bridge: checkpatch related cleanups 2017-10-27 09:15:23 +02:00
link.c bridge: request vlans along with link information 2017-10-26 12:35:04 +02:00
mdb.c bridge: this patch adds json support for bridge mdb show 2017-07-18 17:32:38 -07:00
monitor.c scrub out whitespace issues 2016-03-27 10:50:14 -07:00
vlan.c bridge: checkpatch related cleanups 2017-10-27 09:15:23 +02:00