func isOptionalFamily()

in pkg/initalizer/executor.go [101:103]


func isOptionalFamily(fam int) bool {
	return unix.AF_INET6 == fam
}