diff options
author | Neale Ranns <nranns@cisco.com> | 2017-12-04 20:00:30 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-12-05 08:54:16 +0000 |
commit | a4e776642fe2d4572b6e604478182fa9b7e1fa2d (patch) | |
tree | e86023845acb8572f637f95b43962187eea71d9c /src/vnet/fib/fib_entry_src_mpls.c | |
parent | 35de3b3376d66fbd2b4d5dc849db2cdeabc892f4 (diff) |
Revert "FIB: optimise for src memory allocations"
This reverts commit 84517cfd1508f6da24937f310f7fffe752f22584.
Change-Id: Ic7eeffa2ed4607d3d653f34b93c20c833c789ee1
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/fib/fib_entry_src_mpls.c')
-rw-r--r-- | src/vnet/fib/fib_entry_src_mpls.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vnet/fib/fib_entry_src_mpls.c b/src/vnet/fib/fib_entry_src_mpls.c index f95ca657705..f80d42afbb0 100644 --- a/src/vnet/fib/fib_entry_src_mpls.c +++ b/src/vnet/fib/fib_entry_src_mpls.c @@ -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 |