From c2aad53aa5430137ac5a76a8746f11604277835a Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 30 May 2017 09:53:52 -0700 Subject: IP Mcast - recalculate on interface up/dowm Change-Id: Ie5b88fd7187ed62218a2e4e0e493c33e3e9ecc2f Signed-off-by: Neale Ranns --- src/vnet/mfib/mfib_entry.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/vnet/mfib/mfib_entry.h') diff --git a/src/vnet/mfib/mfib_entry.h b/src/vnet/mfib/mfib_entry.h index 4f62b18ec65..d4377878a2c 100644 --- a/src/vnet/mfib/mfib_entry.h +++ b/src/vnet/mfib/mfib_entry.h @@ -48,6 +48,16 @@ typedef struct mfib_entry_t_ { */ struct mfib_entry_src_t_ *mfe_srcs; + /** + * The path-list of which this entry is a child + */ + fib_node_index_t mfe_pl; + + /** + * The sibling index on the path-list + */ + u32 mfe_sibling; + /** * 2nd cache line has the members used in the data plane */ -- cgit 1.2.3-korg