Skip to content

Commit

Permalink
Merge pull request FRRouting#17000 from fsb4000/patch-1
Browse files Browse the repository at this point in the history
zebra: Fix crash during reconnect
  • Loading branch information
donaldsharp authored Oct 4, 2024
2 parents 1a923e0 + a3877e4 commit c6e9443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra/dplane_fpm_nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ static void fpm_enqueue_l3vni_table(struct hash_bucket *bucket, void *arg)
struct zebra_l3vni *zl3vni = bucket->data;

fra->zl3vni = zl3vni;
hash_iterate(zl3vni->rmac_table, fpm_enqueue_rmac_table, zl3vni);
hash_iterate(zl3vni->rmac_table, fpm_enqueue_rmac_table, fra);
}

static void fpm_rmac_send(struct event *t)
Expand Down

0 comments on commit c6e9443

Please sign in to comment.