Bug #2890
closedradvd segmentation fault
0%
Description
2.1-BETA1 (i386)
built on Tue Mar 19 05:51:13 EDT 2013
FreeBSD 8.3-RELEASE-p6
radvd segfaults on my router with 2 physical ethernet interfaces. I have attached the configuration file that gets generated and my modified version along with debug output to stderr. I have valid IPv6 addresses in my actual configuration but changed them to zeros for displaying here. The temporary workaround I found is to add a 'blank' definition for the second interface on my router to the end of the generated config file like this:
interface jme0 { };
After that change, radvd runs perfectly. Obviously this won't work for the long term since that file can be generated again and my changes over-written.
Files
Updated by Ermal Luçi over 11 years ago
- Status changed from New to Feedback
I have put a fix for radvd.
Can you test with a newer snapshot?
Updated by Mike Cherry over 11 years ago
I updated to the following:
2.1-BETA1 (i386)
built on Tue Mar 19 16:35:08 EDT 2013
FreeBSD 8.3-RELEASE-p6
Once everything was updated I opened a developer shell and ran:
playback gitsync master
Is this the correct and/or preferred method of updating? There was no change in the behavior of radvd after the above changes to my router.
Updated by Mike Cherry over 11 years ago
2.1-BETA1 (i386)
built on Thu Mar 21 04:30:58 EDT 2013
FreeBSD 8.3-RELEASE-p6
Updated to the above version and radvd loads at boot time and appears to be functioning as expected. Thanks.
Updated by Renato Botelho over 11 years ago
- Status changed from Feedback to Resolved