created | 2021-02-06T19:55:41Z |
---|---|
begin | 2021-02-02T00:00:00Z |
end | 2021-02-03T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2021-02-02T17:47:42Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/netinet/ip_output.c | log | diff | annotate |
message |
If IP_MULTICAST_IF or IP_ADD_MEMBERSHIP pass a interface index to the kernel make sure that the rdomain of that interface is the same as the rdomain of the inpcb. Problem spotted and fix tested by semarie@ OK bluhm@ mvs@ |
date | 2021-02-02T17:53:02Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/netinet6/ip6_output.c | log | diff | annotate |
message | KNF, move { up to if () statement |
date | 2021-02-02T17:55:12Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/netinet6/ip6_output.c | log | diff | annotate |
message |
As done for the AF_INET multicast case, ensure that passed interface via index is actually in the right rdomain for the socket. OK bluhm@ mvs@ |