From f9342023c19887da656133e2688a90d70383b0c5 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 13 Oct 2017 02:43:33 -0700 Subject: Enforce FIB table creation before use last i the serise of the use of the FIB table create/delete API. VPP now forces the tables to have been explicitly creted before they are used. Change-Id: Ifde3b1bbb76697a01ab71bce4f5264e6d1725467 Signed-off-by: Neale Ranns --- src/vnet/mfib/mfib_table.h | 1 - 1 file changed, 1 deletion(-) (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 6a5810291fc..4c1077f900d 100644 --- a/src/vnet/mfib/mfib_table.h +++ b/src/vnet/mfib/mfib_table.h @@ -347,7 +347,6 @@ 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