From 438f63094465d35c278155484fe85153e438873e Mon Sep 17 00:00:00 2001 From: Ole Trøan Date: Thu, 15 Feb 2018 21:56:06 +0000 Subject: Revert "Allow interface types to override glean adjacency behaivour" This reverts commit 8b30e471df4d42214619e1d6c50cc8298426b45f. Change-Id: I99edb236eb0a7f8ba3fba333c3481a710ebcb59c Signed-off-by: Ole Troan --- src/vnet/adj/adj_internal.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/vnet/adj/adj_internal.h') diff --git a/src/vnet/adj/adj_internal.h b/src/vnet/adj/adj_internal.h index 3b7ddb2f10c..e6d276e4d02 100644 --- a/src/vnet/adj/adj_internal.h +++ b/src/vnet/adj/adj_internal.h @@ -78,21 +78,6 @@ adj_fib_proto_2_nd (fib_protocol_t fp) return (0); } -static inline ip46_type_t -adj_proto_to_46 (fib_protocol_t proto) -{ - switch (proto) - { - case FIB_PROTOCOL_IP4: - return (IP46_TYPE_IP4); - case FIB_PROTOCOL_IP6: - return (IP46_TYPE_IP6); - default: - return (IP46_TYPE_IP4); - } - return (IP46_TYPE_IP4); -} - /** * @brief * Get a pointer to an adjacency object from its index -- cgit 1.2.3-korg