﻿id	summary	reporter	owner	description	status	resolution	keywords	cc
1794	[radvd] does not start	mkresin		"Radvd refuses to start with the following error:

{{{
[Oct 17 23:47:52] radvd: can't open /usr/local/etc/radvd.conf: No such file or directory
}}}

Changing line 76 in src/router/services/services/radvd.c to

{{{
        ret = eval(""radvd"", ""-C/tmp/radvd.conf"");
}}}

seams to fix this error. But now I get the following error message while booting the dd-wrt box:

{{{
[Jan 01 00:00:08] radvd: IPv6 forwarding seems to be disabled, exiting
}}}

It looks like a start dependency problem with the firewall which enables IPv6 forwarding.

Executing 'radvd -C /tmp/radvd.conf' from the command line works as expected."	reopened			mikepelley
