diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2020-12-10 08:51:24 +0000 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2020-12-11 08:11:45 +0000 |
commit | a705f7171b0248a828a8871e56d72af7a1ac8221 (patch) | |
tree | 5e0b5df6710febc65322008811d84774b9281859 /src/plugins/unittest | |
parent | ddba67054a587c9c8c504b2b115530b6cff89cbe (diff) |
fib: Remove unused BIER variables
Type: refactor
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Change-Id: Idf17c3c02fb77fcadf69a9164abd4da35289aaed
Diffstat (limited to 'src/plugins/unittest')
-rw-r--r-- | src/plugins/unittest/bier_test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/unittest/bier_test.c b/src/plugins/unittest/bier_test.c index d77e3125372..9b4ba67e7cd 100644 --- a/src/plugins/unittest/bier_test.c +++ b/src/plugins/unittest/bier_test.c @@ -322,7 +322,6 @@ bier_test_mpls_spf (void) fib_route_path_t *paths_1_1_1_1 = NULL, *input_paths_1_1_1_1; fib_route_path_t path_1_1_1_1 = { .frp_addr = nh_1_1_1_1, - .frp_bier_fib_index = bti, .frp_sw_if_index = ~0, }; fib_mpls_label_t fml_500 = { @@ -518,7 +517,6 @@ bier_test_mpls_spf (void) }; fib_route_path_t *paths_1_1_1_2 = NULL, *input_paths_1_1_1_2, path_1_1_1_2 = { .frp_addr = nh_1_1_1_2, - .frp_bier_fib_index = bti, .frp_sw_if_index = ~0, }; fib_mpls_label_t fml_501 = { @@ -825,7 +823,6 @@ bier_test_mpls_disp (void) fib_route_path_t *paths_via_disp = NULL, path_via_disp = { // .frp_addr = all-zeros .frp_proto = DPO_PROTO_BIER, - .frp_bier_fib_index = bdti1, .frp_sw_if_index = ~0, }; vec_add1(paths_via_disp, path_via_disp); |