From: Benoît Ganne Date: Wed, 17 Jul 2019 12:47:23 +0000 (+0200) Subject: fib: add invalid source type and fix debug log X-Git-Tag: v20.01-rc0~80 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=99c358d62ab5106c710da23c563cd1b529a68f5a;hp=99c358d62ab5106c710da23c563cd1b529a68f5a;p=vpp.git fib: add invalid source type and fix debug log Add the FIB_SOURCE_INVALID fib source type. This allows to spot uninitialized fib source more easily (0 no longer means special) and we can use it as placeholder when no source is present. Use it to fix FIB_ENTRY_DBG() which was accessing the 1st source, even when no sources were present. Type: fix Fixes: 710071bf0e Change-Id: I980b6a6a07616d4a8d6f2db166a1dd335721c74d Signed-off-by: Benoît Ganne ---