summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChloe Surett <chloe@surett.me>2025-11-17 11:57:09 -0500
committerChristian Breunig <christian@breunig.cc>2026-01-15 16:25:45 +0100
commit2473e1bfdeeb0ea7cc47a14811c29cc4801c8038 (patch)
tree8bb10b93d70a567f1f0e24bb2625a12e310cb48a /python
parent0c373c7c9cf0fff573e5acc5642f6af63c311da2 (diff)
downloadvyos-1x-2473e1bfdeeb0ea7cc47a14811c29cc4801c8038.tar.gz
vyos-1x-2473e1bfdeeb0ea7cc47a14811c29cc4801c8038.zip
ssh: T7483: Add fido2 PubkeyAuthOptions
Diffstat (limited to 'python')
-rwxr-xr-xpython/vyos/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/vyos/template.py b/python/vyos/template.py
index 128471f42..5c4ef9658 100755
--- a/python/vyos/template.py
+++ b/python/vyos/template.py
@@ -55,7 +55,7 @@ def _get_environment(location=None):
loader=loc_loader,
trim_blocks=True,
undefined=ChainableUndefined,
- extensions=['jinja2.ext.loopcontrols']
+ extensions=['jinja2.ext.loopcontrols', 'jinja2.ext.do']
)
env.filters.update(_FILTERS)
env.tests.update(_TESTS)