X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbier%2Fbier_entry.c;h=e8bf722d88ffeae8be145eb6bdee72fc3c4e702f;hb=097fa66b986f06281f603767d321ab13ab6c88c3;hp=80f7cfd8e56d431b92e4e7cb041b6deb055ca5aa;hpb=ef90ed08fbcde7535b4a789349b39dc25798c77d;p=vpp.git diff --git a/src/vnet/bier/bier_entry.c b/src/vnet/bier/bier_entry.c index 80f7cfd8e56..e8bf722d88f 100644 --- a/src/vnet/bier/bier_entry.c +++ b/src/vnet/bier/bier_entry.c @@ -147,7 +147,7 @@ bier_entry_delete (index_t bei) be = bier_entry_get(bei); /* - * if we still ahve a path-list, unlink from it + * if we still have a path-list, unlink from it */ if (FIB_NODE_INDEX_INVALID != be->be_path_list) { @@ -224,7 +224,7 @@ bier_entry_path_add (index_t bei, } /* - * update the ECNP tables with the new choice + * update the ECMP tables with the new choice */ bier_table_ecmp_walk(be->be_bti, bier_entry_table_ecmp_walk_add_fmask, @@ -280,7 +280,7 @@ bier_entry_path_update (index_t bei, } /* - * update the ECNP tables with the new choice + * update the ECMP tables with the new choice */ bier_table_ecmp_walk(be->be_bti, bier_entry_table_ecmp_walk_add_fmask, @@ -342,7 +342,7 @@ bier_entry_path_remove (index_t bei, fib_path_list_unlock(old_pl_index); /* - * update the ECNP tables with the new choice + * update the ECMP tables with the new choice */ bier_table_ecmp_walk(be->be_bti, bier_entry_table_ecmp_walk_add_fmask,