]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rest api: Listen on :: (IPv6) instead of 0.0.0.0
authorWido den Hollander <wido@42on.com>
Mon, 26 Jun 2017 09:46:58 +0000 (11:46 +0200)
committerWido den Hollander <wido@42on.com>
Mon, 26 Jun 2017 09:46:58 +0000 (11:46 +0200)
commit38ea74823ae84884467ef72b7513739363cd5770
treeb1c581ec1bd909c3bde5157447cb059a66a571dc
parent9638fdb15b216600e10a6a65939ca5efce7079f8
rest api: Listen on :: (IPv6) instead of 0.0.0.0

On Linux systems a socket listening on :: also listens on
all IPv4 addresses.

This makes sure the API is usable over IPv6 as well.

Signed-off-by: Wido den Hollander <wido@42on.com>
src/pybind/ceph_rest_api.py