Edit

IABSD.fr/src/sys/netinet

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2024-11-21 20:15:44
    Hash : c77b3186
    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@