Now that we generate the ethernet header in place in the mbuf instead
authorJeffrey Hsu <hsu@dragonflybsd.org>
Sun, 23 Jan 2005 06:41:55 +0000 (06:41 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Sun, 23 Jan 2005 06:41:55 +0000 (06:41 +0000)
commitac0fa530ebdbd3aba20e6394fb221f01cf166503
treea0b6f1f202ea9d0edeaf67aee6a5e2515fa5b941
parent6711abd8138e2c3e55b0f7dd503576f8c7a3a173
Now that we generate the ethernet header in place in the mbuf instead
of in a secondary buffer, we have to remove space for the old ethernet
header before we send a packet waiting for ARP resolution back to
ether_output() again.
sys/netinet/if_ether.c