Update man page to reflect new IPv6 hook. Simplify Makefile.
This commit is contained in:
parent
b715c697bf
commit
5feb7588af
@ -62,10 +62,11 @@ The
|
|||||||
hook should connect to the synchronous line. On the other side
|
hook should connect to the synchronous line. On the other side
|
||||||
of the node are the
|
of the node are the
|
||||||
.Dv inet ,
|
.Dv inet ,
|
||||||
|
.Dv inet6 ,
|
||||||
.Dv atalk ,
|
.Dv atalk ,
|
||||||
and
|
and
|
||||||
.Dv ipx
|
.Dv ipx
|
||||||
hooks, which transmit and receive raw IP, AppleTalk, and IPX packets,
|
hooks, which transmit and receive raw IP, IPv6, AppleTalk, and IPX packets,
|
||||||
respectively. Typically these hooks would connect to the corresponding
|
respectively. Typically these hooks would connect to the corresponding
|
||||||
hooks on an
|
hooks on an
|
||||||
.Xr ng_iface 4
|
.Xr ng_iface 4
|
||||||
@ -110,6 +111,8 @@ This node type supports the following hooks:
|
|||||||
The connection to the synchronous line.
|
The connection to the synchronous line.
|
||||||
.It Dv inet
|
.It Dv inet
|
||||||
IP hook.
|
IP hook.
|
||||||
|
.It Dv inet6
|
||||||
|
IPv6 hook.
|
||||||
.It Dv atalk
|
.It Dv atalk
|
||||||
AppleTalk hook.
|
AppleTalk hook.
|
||||||
.It Dv ipx
|
.It Dv ipx
|
||||||
|
@ -2,31 +2,7 @@
|
|||||||
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $
|
# $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $
|
||||||
|
|
||||||
KMOD= ng_cisco
|
KMOD= ng_cisco
|
||||||
SRCS= ng_cisco.c opt_inet.h opt_atalk.h opt_ipx.h
|
SRCS= ng_cisco.c
|
||||||
MAN4= ng_cisco.4
|
MAN4= ng_cisco.4
|
||||||
|
|
||||||
IFACE_INET?= 1 # 0/1 - requires INET configured in kernel
|
|
||||||
IFACE_NETATALK?= 0 # 0/1 - requires NETATALK configured in kernel
|
|
||||||
IFACE_IPX?= 0 # 0/1 - requires IPX configured in kernel
|
|
||||||
|
|
||||||
CFLAGS+= ${PROTOS}
|
|
||||||
|
|
||||||
opt_inet.h:
|
|
||||||
touch opt_inet.h
|
|
||||||
.if ${IFACE_INET} > 0
|
|
||||||
echo "#define INET 1" > opt_inet.h
|
|
||||||
.endif
|
|
||||||
|
|
||||||
opt_atalk.h:
|
|
||||||
touch opt_atalk.h
|
|
||||||
.if ${IFACE_NETATALK} > 0
|
|
||||||
echo "#define NETATALK ${IFACE_NETATALK}" > opt_atalk.h
|
|
||||||
.endif
|
|
||||||
|
|
||||||
opt_ipx.h:
|
|
||||||
touch opt_ipx.h
|
|
||||||
.if ${IFACE_IPX} > 0
|
|
||||||
echo "#define IPX ${IFACE_IPX}" > opt_ipx.h
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include "${.CURDIR}/../../../conf/kmod.mk"
|
.include "${.CURDIR}/../../../conf/kmod.mk"
|
||||||
|
@ -62,10 +62,11 @@ The
|
|||||||
hook should connect to the synchronous line. On the other side
|
hook should connect to the synchronous line. On the other side
|
||||||
of the node are the
|
of the node are the
|
||||||
.Dv inet ,
|
.Dv inet ,
|
||||||
|
.Dv inet6 ,
|
||||||
.Dv atalk ,
|
.Dv atalk ,
|
||||||
and
|
and
|
||||||
.Dv ipx
|
.Dv ipx
|
||||||
hooks, which transmit and receive raw IP, AppleTalk, and IPX packets,
|
hooks, which transmit and receive raw IP, IPv6, AppleTalk, and IPX packets,
|
||||||
respectively. Typically these hooks would connect to the corresponding
|
respectively. Typically these hooks would connect to the corresponding
|
||||||
hooks on an
|
hooks on an
|
||||||
.Xr ng_iface 4
|
.Xr ng_iface 4
|
||||||
@ -110,6 +111,8 @@ This node type supports the following hooks:
|
|||||||
The connection to the synchronous line.
|
The connection to the synchronous line.
|
||||||
.It Dv inet
|
.It Dv inet
|
||||||
IP hook.
|
IP hook.
|
||||||
|
.It Dv inet6
|
||||||
|
IPv6 hook.
|
||||||
.It Dv atalk
|
.It Dv atalk
|
||||||
AppleTalk hook.
|
AppleTalk hook.
|
||||||
.It Dv ipx
|
.It Dv ipx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user