mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2026-01-17 04:14:45 +00:00
AF_UNSPEC returns different results than AF_INET/AF_INET6, because of nsswitch.conf search is in order and it stops asking other modules once current module success. Example of difference between previous and new code when ipv6-4 is used: - /etc/hosts contains test_name with an ipv4 - previous code called AF_INET6 where /etc/hosts failed so other methods were used which may return IPv6 addr -> result was ether fail or IPv6 address. - new code calls AF_UNSPEC returning IPv4 defined in /etc/hosts -> result is IPv4 address New code behavior should solve problems caused by nss-myhostname. Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com> |
||
|---|---|---|
| .. | ||
| totem | ||
| .gitignore | ||
| cfg.h | ||
| cmap.h | ||
| coroapi.h | ||
| corodefs.h | ||
| corotypes.h | ||
| cpg.h | ||
| hdb.h | ||
| icmap.h | ||
| ipc_cfg.h | ||
| ipc_cmap.h | ||
| ipc_cpg.h | ||
| ipc_quorum.h | ||
| ipc_votequorum.h | ||
| logsys.h | ||
| mar_gen.h | ||
| quorum.h | ||
| sam.h | ||
| sq.h | ||
| swab.h | ||
| votequorum.h | ||