]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pull up the IP header in ip_mloopback(). This makes sure that the
authorBill Fenner <fenner@FreeBSD.org>
Tue, 6 May 1997 21:22:04 +0000 (21:22 +0000)
committerBill Fenner <fenner@FreeBSD.org>
Tue, 6 May 1997 21:22:04 +0000 (21:22 +0000)
commit86b1d6d24da0987c573d63be38ea23ab3afd0989
treeff6e87f1f548c1ba3769bec70a37564abcdeff7a
parentee359f4838f7e8922824fe563d2ac024cf7b0b9c
Pull up the IP header in ip_mloopback().  This makes sure that the
operations on the header inside ip_mloopback() are performed on
a private copy instead of a shared cluster.

PR: kern/3410
sys/netinet/ip_output.c