]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
datamodel/templates: fix kr_rule_local_* macros
authorBrad Cowie <brad@faucet.nz>
Fri, 30 May 2025 01:57:25 +0000 (13:57 +1200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 30 May 2025 04:56:38 +0000 (06:56 +0200)
commit00929c0b0af776b4a5e344b6f3a0541fefe93db2
tree7a14479acc9fcaf4d7e96892961c9f10c99b19d2
parent7901801c2661588d65c13fc217fc753833e816cf
datamodel/templates: fix kr_rule_local_* macros

commit a782e9c3 broke the jinja2 generation of the
kr_rule_local_* macro functions. C.KR_RULE_OPTS_DEFAULT
was provided as an argument to the assert() function call
instead of the call to the corresponding C.kr_rule_local_* function
python/knot_resolver/datamodel/templates/macros/local_data_macros.lua.j2