From d0a59722135ec77e637097ef99edb6865bc38929 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Sun, 15 Oct 2017 17:41:21 +0000 Subject: Revert "Enforce FIB table creation before use" This reverts commit f9342023c19887da656133e2688a90d70383b0c5. Reverting to unblock master. No idea why jjb +1ed this patch! On closer inspection it looks like it -1ed it and subsequently changed opinion. CSIT tests should be fixed before re-merging. Change-Id: I26608912a962c52083073e16c7c9d2cc44a3cc8d Signed-off-by: Florin Coras --- src/vnet/mfib/mfib_table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vnet/mfib/mfib_table.h') diff --git a/src/vnet/mfib/mfib_table.h b/src/vnet/mfib/mfib_table.h index 4c1077f900d..6a5810291fc 100644 --- a/src/vnet/mfib/mfib_table.h +++ b/src/vnet/mfib/mfib_table.h @@ -347,6 +347,7 @@ extern u32 mfib_table_find_or_create_and_lock_w_name(fib_protocol_t proto, mfib_source_t source, const u8 *name); + /** * @brief * Take a reference counting lock on the table -- cgit 1.2.3-korg