ctdb-common: Make parse_ip() and parse_ipv4() static
authorMartin Schwenke <martin@meltin.net>
Tue, 19 Sep 2017 13:51:21 +0000 (23:51 +1000)
committerMartin Schwenke <martins@samba.org>
Thu, 5 Oct 2017 07:19:31 +0000 (09:19 +0200)
commite1a8c9b27014f4f576d1508de4b380b7517c0861
treecb13399a7d2ebec3f24cf1610ea3e84b91d9b151
parentc98691c340e3463d90279014bbdc4e71da61de85
ctdb-common: Make parse_ip() and parse_ipv4() static

parse_ip() has interface checking for IPv6 that is still used
indirectly by the IP takeover code via parse_ip_mask().  This will be
removed eventually.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Autobuild-User(master): Martin Schwenke <martins@samba.org>
Autobuild-Date(master): Thu Oct  5 09:19:31 CEST 2017 on sn-devel-144
ctdb/common/system.h
ctdb/common/system_util.c