Signed-off-by: Kefu Chai <kchai@redhat.com>
return {{CEPH_AUTH_NONE}, {CEPH_AUTH_NONE}};
}
- // Get support connection modes for the given peer type and auth method
- virtual void get_supported_con_modes(
- int peer_type,
- uint32_t auth_method,
- std::vector<uint32_t> *modes) {
- // auth_registry.get_supported_modes(peer_type, auth_method, modes);
- *modes = { CEPH_CON_MODE_CRC };
- }
-
// Get support connection modes for the given peer type and auth method
virtual uint32_t pick_con_mode(
int peer_type,