git: 752a51183695 - stable/13 - netgraph/ng_bridge: Deactivate old table ABI

Lutz Donnerhacke donner at FreeBSD.org
Fri Feb 12 08:02:29 UTC 2021


The branch stable/13 has been updated by donner:

URL: https://cgit.FreeBSD.org/src/commit/?id=752a51183695f29cd6389d19d79a569a2135d40b

commit 752a51183695f29cd6389d19d79a569a2135d40b
Author:     Lutz Donnerhacke <donner at FreeBSD.org>
AuthorDate: 2021-02-12 07:59:26 +0000
Commit:     Lutz Donnerhacke <donner at FreeBSD.org>
CommitDate: 2021-02-12 08:01:45 +0000

    netgraph/ng_bridge: Deactivate old table ABI
    
    This was announced to happen after the 12 releases.
    Deactivate a depeciated ABI.
    
    (refers to commit ed0a1527507e916c78e6937bcc4061bb81fd9da8)
    
    Reviewed by:    kp
    Differential Revision: https://reviews.freebsd.org/D28518
---
 sys/netgraph/ng_bridge.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netgraph/ng_bridge.h b/sys/netgraph/ng_bridge.h
index e4b74efbfc5e..765d279bfdb1 100644
--- a/sys/netgraph/ng_bridge.h
+++ b/sys/netgraph/ng_bridge.h
@@ -49,8 +49,8 @@
  * Please note: There is no API support!
  * You canno create new messages using the old API but messages conforming the
  * old ABI are understood.
+ * Define NGM_BRIDGE_TABLE_ABI to enable this in 13.x
  */
-#define	NGM_BRIDGE_TABLE_ABI
 
 /* Node type name and magic cookie */
 #define NG_BRIDGE_NODE_TYPE		"bridge"


More information about the dev-commits-src-all mailing list