summaryrefslogtreecommitdiffstats
path: root/src/common/ipaddr.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/ip_addr: do not support numa preference if WITH_SEASTARKefu Chai2019-01-151-0/+4
* common/pick_address: get numa node info for a interfaceSage Weil2019-01-081-8/+30
* common/ipaddr: add network_contains() helperSage Weil2018-08-131-0/+37
* common/ipaddr: add parse_network helperSage Weil2018-08-131-0/+14
* common/ipaddr: expose netmask_ipv[46]Sage Weil2018-08-131-4/+4
* common: FreeBSD wants the correct struct selection for ipv6Willem Jan Withagen2018-03-301-3/+2
* common/ipaddr: Do not select link-local IPv6 addressesWido den Hollander2018-03-131-0/+3
* common: return iface instead of addr from ipaddr.cc helpersJohn Spray2017-08-091-5/+5
* build/include: Redo som includes for FreeBSDWillem Jan Withagen2017-05-281-1/+7
* common: Remove redundant includesJos Collin2017-05-221-4/+0
* common: Remove redundant includesBrad Hubbard2017-05-131-2/+5
* common: fix segfault in public IPv6 addr pickingFabian Grünbichler2017-03-281-3/+3
* filter lo addr when bind osd addrJi Chen2015-12-221-0/+6
* compat: include proper headers for FreeBSDYan, Zheng2015-09-111-0/+1
* ipaddr: use IN6_ARE_ADDR_EQUAL for comparisonNoah Watkins2014-01-041-1/+1
* ipaddr: fix buffer overrun on ipv6 prefix of 128Sage Weil2012-09-281-1/+2
* common/ipaddr: Add utility function to parse ip/cidr style networks.Tommi Virtanen2011-11-211-0/+51
* common/ipaddr: Find a configured IP address in given subnet.Tommi Virtanen2011-11-211-0/+100