Skip to content

Commit

Permalink
Merge pull request FRRouting#17007 from FRRouting/mergify/bp/stable/8…
Browse files Browse the repository at this point in the history
….5/pr-17000

zebra: Fix crash during reconnect (backport FRRouting#17000)
  • Loading branch information
ton31337 authored Oct 8, 2024
2 parents f41f04a + c9379f9 commit 030fa9b
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 @@ -1223,7 +1223,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 thread *t)
Expand Down

0 comments on commit 030fa9b

Please sign in to comment.