teib: fix segv during failed deletion of entry 94/37094/2
authorMatthew Smith <mgsmith@netgate.com>
Thu, 8 Sep 2022 21:03:10 +0000 (21:03 +0000)
committerNeale Ranns <neale@graphiant.com>
Mon, 19 Sep 2022 01:26:18 +0000 (01:26 +0000)
commitde989066480f70b09052a9e649a1d5d1dd21566c
tree23a0d85cb15b584ac284155bc234565a14089630
parent114b154659fc647881d50d5bf1ae10c97090254e
teib: fix segv during failed deletion of entry

Type: fix

If an attempt is made to delete a teib entry and the entry does not
exist, a message is logged. The format string contained an extra "%U",
which results in a segv.

Change-Id: I9b1d6ba63601982ba6ac8607cf710e34c311702a
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/vnet/teib/teib.c