ioam: do not reuse existing vnet symbol 32/28432/1
authorBenoît Ganne <bganne@cisco.com>
Fri, 24 Apr 2020 07:20:13 +0000 (09:20 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 18 Aug 2020 08:49:56 +0000 (08:49 +0000)
commit16845adf79f2dcd2fc33147713fa5d4ae9c1beaa
treef35cb5c948bd35487b08498781919a027b5f7b33
parentaa6207f44b235397db5afbed512737eaf8bb13e3
ioam: do not reuse existing vnet symbol

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 <bganne@cisco.com>
(cherry picked from commit 83ceffcd980494c6146ca67a0fa709b2c37ef13e)
MAINTAINERS
src/plugins/ioam/lib-vxlan-gpe/vxlan_gpe_api.c