|
NAMEng_gif —
generic tunnel interface netgraph node type
SYNOPSIS#include <netgraph/ng_gif.h>
DESCRIPTIONTheng_gif netgraph node type allows
gif(4)
interfaces to interact with the
netgraph(4)
networking subsystem. Once the ng_gif module is loaded
in the kernel, a node is automatically created for each
gif(4)
interface in the system. Each node will attempt to name itself with the same
name as the associated interface. All ng_gif nodes are
persistent for as long as the interface itself exists.
Two hooks are supported: The The In all cases, frames are raw packets with the address family of the packet attached to the front. When no hooks are connected, packets flow normally upwards and downwards. HOOKSThis node type supports the following hooks:
CONTROL MESSAGESThis node type supports only the generic control messages.EXAMPLESThis command dumps all unrecognized packets received by thegif0 interface to standard output decoded in hex and
ASCII:
nghook -a gif0: orphans SEE ALSOgif(4), netgraph(4), netintro(4), ifconfig(8), ngctl(8), nghook(8)AUTHORSBrooks Davis <brooks@FreeBSD.org>
Visit the GSP FreeBSD Man Page Interface. |