Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146701782
D38878.id118271.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
779 B
Referenced Files
None
Subscribers
None
D38878.id118271.diff
View Options
diff --git a/share/man/man4/ng_atmllc.4 b/share/man/man4/ng_atmllc.4
--- a/share/man/man4/ng_atmllc.4
+++ b/share/man/man4/ng_atmllc.4
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 8, 2004
+.Dd March 3, 2023
.Dt NG_ATMLLC 4
.Os
.Sh NAME
@@ -32,6 +32,11 @@
.Nd ATM LLC netgraph node type
.Sh SYNOPSIS
.In netgraph/ng_atmllc.h
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and may not be available in
+.Fx 14.0
+and later.
.Sh DESCRIPTION
The
.Nm atmllc
diff --git a/sys/netgraph/ng_atmllc.c b/sys/netgraph/ng_atmllc.c
--- a/sys/netgraph/ng_atmllc.c
+++ b/sys/netgraph/ng_atmllc.c
@@ -93,6 +93,8 @@
{
struct ng_atmllc_priv *priv;
+ gone_in(14, "ng_atmllc");
+
priv = malloc(sizeof(*priv), M_NETGRAPH, M_WAITOK | M_ZERO);
NG_NODE_SET_PRIVATE(node, priv);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 8:32 PM (5 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29297832
Default Alt Text
D38878.id118271.diff (779 B)
Attached To
Mode
D38878: ng_atmllc: deprecate
Attached
Detach File
Event Timeline
Log In to Comment