Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2003 23:03:40 -0700
From:      Jerry Toung <jtoung@arc.nasa.gov>
To:        freebsd-hackers@freebsd.org
Subject:   if_gre, ip_gre and the like (pseudo-interfaces)
Message-ID:  <200308312303.40555.jtoung@arc.nasa.gov>

next in thread | raw e-mail | index | archive | help
Hello hackers,
for another purpose, I am trying to understand the relationship between=20
gre_input and the gre pseudo-device.
My understanding is that gre_input is called by IP everytime it receives =
a=20
packet with a gre headers which after some processing performs=20
IF_ENQUEUE(ifq,m) to put it back on the IPqueue so that higher protocol s=
uch=20
TCP can do their thing. :-)
 I don't see how /dev/gre is ever used on receiving or sending, through =20
if_clone_attach??. Somebody educate me on my missing link.
 Thank you all,
 Jerry.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308312303.40555.jtoung>