aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bier/bier.api
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2017-12-13 09:13:41 -0800
committerNeale Ranns <nranns@cisco.com>2017-12-14 09:25:31 +0000
commitceb4d05ba0fb9771069b0081b928a9e75401fc87 (patch)
treecf05e164bcd06abde9e75a72ff402837a0644a2c /src/vnet/bier/bier.api
parentff6e7699a5e9921d73818970ecf3571080922ecc (diff)
BIER disposition default route
Change-Id: I7196ad8bf6afaf356674789c05e23ac000bc038e Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/bier/bier.api')
-rw-r--r--src/vnet/bier/bier.api3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/bier/bier.api b/src/vnet/bier/bier.api
index f7a13e4705b..6f88732aba9 100644
--- a/src/vnet/bier/bier.api
+++ b/src/vnet/bier/bier.api
@@ -221,7 +221,8 @@ define bier_disp_table_details
/** \brief BIER Disposition Entry Add / del
@param client_index - opaque cookie to identify the sender
@param context - sender context, to match reply w/ request
- @param bde_bp - The Bit-position value for the entry
+ @param bde_bp - The Bit-position value for the entry, i.e. the sender's
+ Use 0 for the default (match any source) entry.
@param bde_tbl_id - The BIER dispositiontable-id the route is added in
@param bde_next_hop_sw_if_index - the nextop interface
@param bde_is_add - Is this a route add or delete