Parameters supported by radvd Vs Parameters supported by odhcpd

Hi All,

I'm working on implementing router advertisement for my gateway. The gateway is developed on top of openwrt chaos calmer branch.

There are ways to configure various router advertisement parameters via /etc/config/radvd in radvd package. But radvd package which supports router advertisement is deprecated in chaos calmer.

Accoding to Openwrt, router advertisement in chaos calmer is taken care by odhcpd process, but there is no uci support for many parameters like AdvDefaultLifetime, AdvOtherConfigFlag, AdvReachableTime, AdvRetransTimer etc that is supported by radvd .

Is there a way to configure these parameter in odhcpd? or is there other ways to bring in support for these in chaos calmer ?

Thanks in advance!