6 Jun
2019
6 Jun
'19
12:02 p.m.
On Jun 5, 2019, at 4:58 AM, Gabriel Marais <gabriel.j.marais@gmail.com> wrote:
Hi guys,
I am trying to create the following config file, per "apn" and have it $included as config files to load on start :-
-- snip -- apn = imobile
realm "${apn}" { acct_pool = pool."${apn}"
In short, you can't just invent new syntax and expect it to work. The configuration files don't auto-append simple text and double-quoted strings to get a "new" value. You just can't do what you're trying to do. I suggest using an external templating system. Akan DeKok.