diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b6902d4ef9c..422a6000e56 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -493,6 +493,7 @@ options NETGRAPH_GIF_DEMUX options NETGRAPH_HOLE options NETGRAPH_IFACE options NETGRAPH_IP_INPUT +options NETGRAPH_IPFW options NETGRAPH_KSOCKET options NETGRAPH_L2TP options NETGRAPH_LMI diff --git a/sys/conf/files b/sys/conf/files index 3bc21f3b952..4349c072a48 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1454,6 +1454,7 @@ netgraph/ng_gif_demux.c optional netgraph_gif_demux netgraph/ng_hole.c optional netgraph_hole netgraph/ng_iface.c optional netgraph_iface netgraph/ng_ip_input.c optional netgraph_ip_input +netgraph/ng_ipfw.c optional netgraph_ipfw netgraph/ng_ksocket.c optional netgraph_ksocket netgraph/ng_l2tp.c optional netgraph_l2tp netgraph/ng_lmi.c optional netgraph_lmi diff --git a/sys/conf/options b/sys/conf/options index 1c9ec6e67ac..e5b0a0d7f8d 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -404,6 +404,7 @@ NETGRAPH_GIF_DEMUX opt_netgraph.h NETGRAPH_HOLE opt_netgraph.h NETGRAPH_IFACE opt_netgraph.h NETGRAPH_IP_INPUT opt_netgraph.h +NETGRAPH_IPFW opt_netgraph.h NETGRAPH_KSOCKET opt_netgraph.h NETGRAPH_L2TP opt_netgraph.h NETGRAPH_LMI opt_netgraph.h