25 Jan
2012
25 Jan
'12
3:46 a.m.
On Tue, Jan 24, 2012 at 10:13 PM, Fajar A. Nugraha <list@fajar.net> wrote:
On Tue, Jan 24, 2012 at 9:57 PM, Alan DeKok <aland@deployingradius.com> wrote:
(2) policy vs method In sites-available/dhcp, you used "dhcp_sqlippool". In my test, that would call the dhcp_sqlipool module instance, bypassing the policy, so the compatibility code was never used. So I change the policy name to dhcp_sqlippool.compat, and call that instead in sites-available/dhcp.
That's a typo. The policy *should* be "dhcp_sqlippool.post-auth". It will take care of over-riding the dhcp_sqlippool call.
I see
Just tested, and now it works as expected. Thanks. -- Fajar