2 Jun
2010
2 Jun
'10
2:31 a.m.
Wingman wrote:
For example, i need to parse several conditions, regarding to sql queries results. I'm confusing in how to use custom vars and custom sql queries in sites-enabled/dhcp ? i.e. i need somthing like this pseudocode:
dhcp DHCP-Discover {
......... sql MYVAR := "%{sql: select blahblahblah}"
See "man unlang". You need to put the attribute into an "update" section. And you can't specify random names for "variables". They aren't variables, they are attributes with pre-defined types. See raddb/dictionary. Alan DeKok.