Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Feb 2021 08:02:28 GMT
From:      Lutz Donnerhacke <donner@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 752a51183695 - stable/13 - netgraph/ng_bridge: Deactivate old table ABI
Message-ID:  <202102120802.11C82Sft019651@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by donner:

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

commit 752a51183695f29cd6389d19d79a569a2135d40b
Author:     Lutz Donnerhacke <donner@FreeBSD.org>
AuthorDate: 2021-02-12 07:59:26 +0000
Commit:     Lutz Donnerhacke <donner@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102120802.11C82Sft019651>