Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F148982550
D25862.id75073.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D25862.id75073.diff
View Options
Index: share/man/man4/ng_iface.4
===================================================================
--- share/man/man4/ng_iface.4
+++ share/man/man4/ng_iface.4
@@ -35,7 +35,7 @@
.\" $FreeBSD$
.\" $Whistle: ng_iface.8,v 1.5 1999/01/25 23:46:26 archie Exp $
.\"
-.Dd February 6, 2019
+.Dd July 27, 2020
.Dt NG_IFACE 4
.Os
.Sh NAME
@@ -70,7 +70,7 @@
protocol-specific hook.
Similarly, packets received on a hook appear on the interface as
packets received into the corresponding protocol stack.
-The currently supported protocols are IP, IPv6, ATM, NATM, and NS.
+The currently supported protocols are IP and IPv6.
.Pp
An
.Nm iface
@@ -87,12 +87,6 @@
Transmission and reception of IP packets.
.It Va inet6
Transmission and reception of IPv6 packets.
-.It Va atm
-Transmission and reception of ATM packets.
-.It Va natm
-Transmission and reception of NATM packets.
-.It Va ns
-Transmission and reception of NS packets.
.El
.Sh CONTROL MESSAGES
This node type supports the generic control messages, plus the following:
Index: sys/netgraph/ng_iface.c
===================================================================
--- sys/netgraph/ng_iface.c
+++ sys/netgraph/ng_iface.c
@@ -111,8 +111,6 @@
const static struct iffam gFamilies[] = {
{ AF_INET, NG_IFACE_HOOK_INET },
{ AF_INET6, NG_IFACE_HOOK_INET6 },
- { AF_ATM, NG_IFACE_HOOK_ATM },
- { AF_NATM, NG_IFACE_HOOK_NATM },
};
#define NUM_FAMILIES nitems(gFamilies)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 22, 12:48 PM (6 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30122380
Default Alt Text
D25862.id75073.diff (1 KB)
Attached To
Mode
D25862: ng_iface(4): Remove unsupported protocols.
Attached
Detach File
Event Timeline
Log In to Comment