Revert "FIB: optimise for src memory allocations"
[vpp.git] / src / vnet / fib / fib_entry_src_mpls.c
index f95ca65..f80d42a 100644 (file)
@@ -181,6 +181,13 @@ const static fib_entry_src_vft_t mpls_src_vft = {
     .fesv_format = fib_entry_src_mpls_format,
     .fesv_set_data = fib_entry_src_mpls_set_data,
     .fesv_get_data = fib_entry_src_mpls_get_data,
+    /*
+     * .fesv_fwd_update = fib_entry_src_mpls_fwd_update,
+     *  When the forwarding for the IP entry is updated, any MPLS chains
+     * it has created are also updated. Since the MPLS entry will have already
+     * installed that chain/load-balance there is no need to update the netry
+     * FIXME: later: propagate any walk to the children of the MPLS entry. for SR
+     */
 };
 
 void