CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/21 13:15:44
Modified files:
sys/netinet : ip_input.c
sys/netinet6 : ip6_input.c ip6_var.h
Log message:
During IP deliver, propagate correct address family.
If ip_deliver() changes the af, e.g. for ip6 over ip4, then it
cannot rely on the caller ip_ours() to enqueue the packet in the
correct queue. ip_deliver() has to do the enqueue depending on the
changed af.
from markus@
