]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
allow assignment of strings to structural VPs
authorAlan T. DeKok <aland@freeradius.org>
Sat, 11 Dec 2021 14:57:43 +0000 (09:57 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 11 Dec 2021 14:57:43 +0000 (09:57 -0500)
commit6265a163246077ae195b77eaf50bc2676e0d1050
treee3a09ebbf3c411c161a86c111aac0e887d4faa2a
parent7db914a2ef5de90b6e6bb5bf88f2c85bba1acbd8
allow assignment of strings to structural VPs

which parses the string as VPs in the relevant context, and
creates an in-place list.  This is useful for xlat / exec
expansions, but it also allows us to assign members of a
structural pair via strings.  Which makes it easier to write
and test the new edit functionality.
src/lib/unlang/edit.c