Skip to content

Commit 6093615

Browse files
vivekverma-aristahdwhdw
authored andcommitted
Fix the build failure (sonic-net#24602)
Why I did it Regression due to sonic-net#23893 Work item tracking Microsoft ADO (number only): sonic-net#24601 How I did it Added the missing declaration of the referenced variable in the function fpm_nl_enqueue How to verify it Rebuilt the image, the compilation error was no longer seen.
1 parent 42a61e0 commit 6093615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sonic-frr/dplane_fpm_sonic/dplane_fpm_sonic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,6 +2445,7 @@ static int fpm_nl_enqueue(struct fpm_nl_ctx *fnc, struct zebra_dplane_ctx *ctx)
24452445
ssize_t rv;
24462446
uint64_t obytes, obytes_peak;
24472447
enum dplane_op_e op = dplane_ctx_get_op(ctx);
2448+
struct nexthop *nexthop;
24482449

24492450
/*
24502451
* If we were configured to not use next hop groups, then quit as soon

0 commit comments

Comments
 (0)