FRRouting / frr

The FRRouting Protocol Suite
https://frrouting.org/
Other
3.29k stars 1.25k forks source link

zebra: Fix crash during reconnect (backport #17000) #17003

Open mergify[bot] opened 1 day ago

mergify[bot] commented 1 day ago

fpm_enqueue_rmac_table expects an fpm_rmac_arg * as its argument.

The issue can be reproduced by dropping the TCP session using:

ss -K dst 127.0.0.1 dport = 2620

I've seen that you have tests folder but I'm new to the frr codebase, if you give me small guidelines I can add a test for my PR.


This is an automatic backport of pull request #17000 done by Mergify.