]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: allow beast frontend to listen on specific IP address 20000/head
authorYuan Zhou <yuan.zhou@intel.com>
Thu, 18 Jan 2018 06:21:42 +0000 (14:21 +0800)
committerYuan Zhou <yuan.zhou@intel.com>
Wed, 24 Jan 2018 00:30:32 +0000 (08:30 +0800)
commit40cddc178152a6d6ac3512fc3a23b8e632ab66a4
tree20e0d0c4a6b7e93e90468f92d2b3063540ca2cb7
parentee7d2dd0927d19d2315d35379157689deb6c2c2c
rgw: allow beast frontend to listen on specific IP address

This patch allows the beast frontend to listen on a specific
IP address rather than *. e.g., with below configuration:

rgw frontends = beast port=1.2.3.4:8080

rgw server will listen on 1.2.3.4 only.

Fixes: http://tracker.ceph.com/issues/22778
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
src/rgw/rgw_asio_frontend.cc
src/rgw/rgw_asio_frontend.h
src/rgw/rgw_main.cc