git: d2c764f98150 - stable/13 - NATM: Remove useless NETGRAPH_ATM_ATMPIF option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Mar 2023 18:27:58 UTC
The branch stable/13 has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=d2c764f9815006b435bf651a916cc5d51cf7e307 commit d2c764f9815006b435bf651a916cc5d51cf7e307 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2023-03-02 23:36:55 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-03-06 18:20:45 +0000 NATM: Remove useless NETGRAPH_ATM_ATMPIF option This code was removed as part of the NATM removal in 2017 and somehow this option was missed. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D38874 (cherry picked from commit 3746e90118c941eb5c9123e22fe05026b78382ab) --- sys/conf/NOTES | 1 - sys/conf/options | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a036d4fc6dd9..482565c0b1e1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -771,7 +771,6 @@ options NETGRAPH_DEBUG # enable extra debugging, this # Node types options NETGRAPH_ASYNC options NETGRAPH_ATMLLC -options NETGRAPH_ATM_ATMPIF options NETGRAPH_BLUETOOTH # ng_bluetooth(4) options NETGRAPH_BLUETOOTH_HCI # ng_hci(4) options NETGRAPH_BLUETOOTH_L2CAP # ng_l2cap(4) diff --git a/sys/conf/options b/sys/conf/options index 4ed0707e5c58..886772866c31 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -503,7 +503,6 @@ NETGRAPH NETGRAPH_DEBUG opt_netgraph.h NETGRAPH_ASYNC opt_netgraph.h NETGRAPH_ATMLLC opt_netgraph.h -NETGRAPH_ATM_ATMPIF opt_netgraph.h NETGRAPH_BLUETOOTH opt_netgraph.h NETGRAPH_BLUETOOTH_BT3C opt_netgraph.h NETGRAPH_BLUETOOTH_H4 opt_netgraph.h