aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bier/bier_imp.c
diff options
context:
space:
mode:
authorNeale Ranns <neale.ranns@cisco.com>2018-09-24 23:38:37 -0700
committerDamjan Marion <dmarion@me.com>2018-09-25 11:59:37 +0000
commitfe4e48f617f3e0f62880adebdcfb5989aa4e6db7 (patch)
treeb5d0778bc798a9119760992f878ff2e3666ea1ee /src/vnet/bier/bier_imp.c
parent608f95cddc4e1e78b4d3ac3b2c3f1ae86f1fa632 (diff)
BIER; bi-dir to/from underlay
set and check a special RX interface value as the packet enters and exits a BIER domain Change-Id: I5ff2f0e2d1b3ce0f3598b935f518fc11eb0896ee Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vnet/bier/bier_imp.c')
-rw-r--r--src/vnet/bier/bier_imp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/bier/bier_imp.c b/src/vnet/bier/bier_imp.c
index 0c87d1724b4..87a8f909a85 100644
--- a/src/vnet/bier/bier_imp.c
+++ b/src/vnet/bier/bier_imp.c
@@ -68,7 +68,7 @@ bier_imp_add_or_lock (const bier_table_id_t *bti,
pool_get_aligned(bier_imp_pool, bi, CLIB_CACHE_LINE_BYTES);
bi->bi_tbl = *bti;
- btii = bier_table_add_or_lock(bti, MPLS_LABEL_INVALID);
+ btii = bier_table_lock(bti);
/*
* init the BIER header we will paint on in the data plane