11 Dec
2015
11 Dec
'15
9:21 a.m.
On Dec 11, 2015, at 9:17 AM, Arran Cudbard-Bell <a.cudbardb@freeradius.org> wrote:
policy ipaddr resolve_fqdn (string hostname) { return <ipaddr>"%{a:&hostname}" }
Can I gouge out my eyes now? I'm wary of adding things like that to the server. It might be useful, but it has a high potential for abuse and/or confusion.
update request { &Tmp-ipaddr-0 := resolve_fqdn("google.com")
As opposed to: &Tmp-ipaddr-0 := "google.com" Which works today? :( Alan DeKok.