W dniu 2012-01-13 21:36, Christof Meerwald pisze:
Looks like the kernel got a bit more strict recently - with 2.6.32 you can create an AF_INET socket and bind it to an AF_INET6 "::" address, but with 3.0 the kernel now complains with EAFNOSUPPORT.
Indeed, i'm using kernel 3.1.
I guess as a quick and dirty workaround you might be able to set s2s->origin_ip = NULL; in s2s/main.c, line 126
Workarround seems to work for me. I don't have such messages anymore. Thank you for the tip.
