From 53962fbccb4612af41e3fbd913cc50be09d3b24a Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 20 Dec 2021 18:18:42 +0000 Subject: fib: MPLS EOS chains built for attached prefixes should link to a lookup DPO Type: fix Presently a local label associated with an attached or connected prefix will link to the glean. This is a problem since it will never use the adj-fibs that are installed for that attached prefix. Instead link the local label to a lookup in the table in which the attached link is bound. Signed-off-by: Neale Ranns Change-Id: Iad49fb6168b9ba47216a9a52bd262363b49c3c43 --- src/vnet/fib/fib_entry_src.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/vnet/fib/fib_entry_src.h') diff --git a/src/vnet/fib/fib_entry_src.h b/src/vnet/fib/fib_entry_src.h index ced6b5c42fc..1f348baeacb 100644 --- a/src/vnet/fib/fib_entry_src.h +++ b/src/vnet/fib/fib_entry_src.h @@ -326,9 +326,6 @@ extern fib_entry_flag_t fib_entry_get_flags_i(const fib_entry_t *fib_entry); extern fib_path_list_flags_t fib_entry_src_flags_2_path_list_flags( fib_entry_flag_t eflags); -extern fib_forward_chain_type_t fib_entry_chain_type_fixup(const fib_entry_t *entry, - fib_forward_chain_type_t fct); - extern void fib_entry_src_mk_lb (fib_entry_t *fib_entry, fib_source_t source, fib_forward_chain_type_t fct, -- cgit 1.2.3-korg