summaryrefslogtreecommitdiffstats
path: root/src/test/test_ipaddr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* test: : do not increase ref when creating intrusive_ptr<CephContext>Kefu Chai2024-03-281-3/+3
* test: do not increase ref when creating intrusive_ptr<CephContext>Kefu Chai2024-03-251-1/+1
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* test/test_ipaddr: avoid reinterpret castKefu Chai2021-07-191-9/+9
* test/test_ipaddr: always set ifa_flagsKefu Chai2021-07-191-0/+2
* common/pick_address: define in_addr_t if it is not definedKefu Chai2021-05-011-0/+4
* test/test_ipaddr: do not write to stdoutKefu Chai2021-04-231-13/+0
* common/pick_address: prefer non-loopback addressesKefu Chai2021-04-231-34/+23
* common/pick_address: Allow binding on loopback ifaceKefu Chai2021-04-031-9/+36
* common/pick_addr: refactor pick_address.cc and ipaddr.ccKefu Chai2021-04-031-42/+28
* test_ipaddr: check that we correctly skip loopbackDan van der Ster2021-03-231-0/+67
* test/test_ipaddr: do not leak CephContextKefu Chai2020-10-201-22/+24
* common/pick_address: fail if cannot bind with specified network familyKefu Chai2020-10-201-110/+5
* test/test_ipaddr: avoid using globalKefu Chai2020-10-201-6/+7
* pick_address: Warn and continue when you find at least 1 IPv4 or IPv6 addressMatthew Oliver2020-10-141-5/+110
* test/test_ipaddr: added test for pick_address when ipv4 and ipv6 are enabledRicardo Dias2019-02-281-0/+67
* mon/msg_types: TYPE_V1ORV2 -> TYPE_ANYSage Weil2018-12-221-4/+8
* msg/msg_types: allow parsing of IPs without assuming v1 vs v2Sage Weil2018-12-211-0/+18
* msg: standarize on v1: and v2: prefixes for *all* entity_addr_t'sSage Weil2018-12-211-19/+19
* test: Fix sign comparison warningsAdam C. Emerson2018-09-121-9/+9
* test: silence -Wsign-compare warningsKefu Chai2018-08-231-2/+2
* common/ipaddr: add network_contains() helperSage Weil2018-08-131-0/+36
* common: move ConfigValues out of md_config_tKefu Chai2018-07-101-33/+33
* common/pick_addresses: new addrvec-based pick_addresses()Sage Weil2018-07-031-0/+197
* common/pick_addresses: add filtering by ipv4 and ipv6Sage Weil2018-07-031-2/+20
* common/pick_address: add {public,cluster}_network_interface optionSage Weil2017-09-281-0/+51
* test_ipaddr.cc: memset with 0 and not '0'Danny Al-Gaaf2017-09-021-10/+10
* common: return iface instead of addr from ipaddr.cc helpersJohn Spray2017-08-091-17/+17
* build/include: Redo som includes for FreeBSDWillem Jan Withagen2017-05-281-0/+1
* common: Remove redundant includesBrad Hubbard2017-05-131-0/+1
* test_ipaddr.cc: fix UNINIT issues around sockaddr_in structDanny Al-Gaaf2017-04-101-0/+18
* common: fix segfault in public IPv6 addr pickingFabian Grünbichler2017-03-281-22/+38
* test_ipaddr.cc: FreeBSD requires other headers to do IP_ADDR stuffWillem Jan Withagen2016-05-251-0/+4
* unittest_ipaddr: fix compile warningsKefu Chai2016-01-181-18/+21
* unittest_ipaddr: fix segvSage Weil2016-01-081-0/+18
* test_ipaddr: add another unit testSage Weil2013-12-141-0/+22
* test_ipaddr: reverse ASSERT_EQ orderSage Weil2012-01-301-20/+20
* common/ipaddr: Add utility function to parse ip/cidr style networks.Tommi Virtanen2011-11-211-0/+248
* common/ipaddr: Find a configured IP address in given subnet.Tommi Virtanen2011-11-211-0/+208