diff options
author | Neale Ranns <nranns@cisco.com> | 2017-12-13 09:13:41 -0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-12-14 09:25:31 +0000 |
commit | ceb4d05ba0fb9771069b0081b928a9e75401fc87 (patch) | |
tree | cf05e164bcd06abde9e75a72ff402837a0644a2c /src/vnet/bier/bier.api | |
parent | ff6e7699a5e9921d73818970ecf3571080922ecc (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.api | 3 |
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 |