Add options NETGRAPH_PPP and NETGRAPH_PPPOE.

This commit is contained in:
Archie Cobbs 1999-11-02 22:36:09 +00:00
parent da5e3849b2
commit 6827c8fed3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52810
2 changed files with 4 additions and 0 deletions

View File

@ -579,6 +579,8 @@ netgraph/ng_frame_relay.c optional netgraph_frame_relay
netgraph/ng_hole.c optional netgraph_hole
netgraph/ng_iface.c optional netgraph_iface
netgraph/ng_lmi.c optional netgraph_lmi
netgraph/ng_ppp.c optional netgraph_ppp
netgraph/ng_pppoe.c optional netgraph_pppoe
netgraph/ng_rfc1490.c optional netgraph_rfc1490
netgraph/ng_socket.c optional netgraph_socket
netgraph/ng_tee.c optional netgraph_tee

View File

@ -249,6 +249,8 @@ NETGRAPH_FRAME_RELAY opt_netgraph.h
NETGRAPH_HOLE opt_netgraph.h
NETGRAPH_IFACE opt_netgraph.h
NETGRAPH_LMI opt_netgraph.h
NETGRAPH_PPP opt_netgraph.h
NETGRAPH_PPPOE opt_netgraph.h
NETGRAPH_RFC1490 opt_netgraph.h
NETGRAPH_SOCKET opt_netgraph.h
NETGRAPH_TEE opt_netgraph.h