From 16845adf79f2dcd2fc33147713fa5d4ae9c1beaa Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Fri, 24 Apr 2020 09:20:13 +0200 Subject: ioam: do not reuse existing vnet symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vxlan_gpe_init() is already defined in libvnet. When loading ioam plugin we end up having 2 different objects using the same symbol. ASan in GCC-10 started to enforce the One-Definition-Rule and it seems like good hygiene anyway. Type: fix Change-Id: I2ea9af1821bca6482a290742e9a109fc25692f37 Signed-off-by: Benoît Ganne (cherry picked from commit 83ceffcd980494c6146ca67a0fa709b2c37ef13e) --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 586e3e0c722..1b52b737600 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -556,6 +556,10 @@ Plugin - SCTP I: sctp F: src/plugins/sctp/ +IOAM +I: ioam +F: src/plugins/ioam + THE REST I: misc C: Contact vpp-dev Mailing List -- cgit 1.2.3-korg