]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Centralized finding the protocol header in IP packets in preperation for
authorbrooks <brooks@FreeBSD.org>
Fri, 15 Apr 2005 00:47:44 +0000 (00:47 +0000)
committerbrooks <brooks@FreeBSD.org>
Fri, 15 Apr 2005 00:47:44 +0000 (00:47 +0000)
commitdef26873da79e9312c3cc02cd67700d2f2301f90
tree73e1b3416723fb8aac4cc76c524e66547a50955f
parent81de31b8550822562334b600c4b906847db35008
Centralized finding the protocol header in IP packets in preperation for
IPv6 support.  The header in IPv6 is more complex then in IPv4 so we
want to handle skipping over it in one location.

Submitted by: Mariano Tortoriello and Raffaele De Lorenzo (via luigi)
sys/netinet/ip_fw2.c