ipsec: remove the set_key API
[vpp.git] / src / vnet / bier / bier_entry.h
index e514c64..afa90ab 100644 (file)
@@ -16,7 +16,7 @@
  * bier_entry : The BIER entry
  *
  * The interface to the BIER entry is through a bier_entry_t* rather
- * than an index. This is becuase the BIER table allocates the entries
+ * than an index. This is because the BIER table allocates the entries
  * in a contiguous array once and only once when the table is created.
  * this is done for forwarding performance. The entry is thus not subject
  * to realloc, and does not need to be malloc'd when a route to that
@@ -75,6 +75,9 @@ extern index_t bier_entry_create(index_t bti,
                                  bier_bp_t bp);
 extern void bier_entry_delete(index_t bei);
 
+extern void bier_entry_path_update (index_t bei,
+                                    const fib_route_path_t *rpaths);
+
 extern void bier_entry_path_add(index_t bei,
                                 const fib_route_path_t *brp);