diff options
| author | Julian Elischer <julian@FreeBSD.org> | 1999-12-18 21:48:36 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 1999-12-18 21:48:36 +0000 |
| commit | 3bd43bfa40d7190470524f1627e06e4c987ebaa0 (patch) | |
| tree | c4a3847832b6c756bba01f2ac229d220df9f7661 | |
| parent | 210e9a26ecdf8203e372280ff072dc912f2cf24e (diff) | |
Notes
| -rw-r--r-- | sys/modules/netgraph/iface/ng_iface.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/iface/ng_iface.8 b/sys/modules/netgraph/iface/ng_iface.8 index 7cb1884c16a9..376b5c5a8dd6 100644 --- a/sys/modules/netgraph/iface/ng_iface.8 +++ b/sys/modules/netgraph/iface/ng_iface.8 @@ -68,7 +68,6 @@ In the KLD module, only support for IP is compiled in by default. .Pp .Nm Iface nodes support the Berkeley Packet Filter (BPF). -In the KLD module, this support is disabled by default. .Sh HOOKS This node type supports the following hooks: .Pp @@ -119,6 +118,7 @@ control message disconnects all hooks but does not remove the node. .Xr netgraph 4 , .Xr bpf 4 , .Xr ng_cisco 8 , +.Xr ng_ppp 8 , .Xr ng_rfc1490 8 , .Xr ngctl 8 , .Xr ifconfig 8 . |
