diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-18 09:26:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-18 09:28:19 +0200 |
commit | bd2669f36c2e5a211b9147c50c98155c385bfae7 (patch) | |
tree | 6e3eed6144ef73875f8afc02ca033512f92504bc /src/conf_mode/nat66.py | |
parent | 63b755f85afb12ae6b609d76ef7d1b4cc2ff5a98 (diff) | |
download | vyos-1x-bd2669f36c2e5a211b9147c50c98155c385bfae7.tar.gz vyos-1x-bd2669f36c2e5a211b9147c50c98155c385bfae7.zip |
ndppd: T2518: add missing if statement for translation address in Jinja2 template
This triggered a bug during smoketesting.
File "/usr/share/vyos/templates/proxy-ndp/ndppd.conf.tmpl", line 24, in top-level template code
{% if config.translation.address is defined and config.translation.address | is_ip_network %}
File "/usr/lib/python3/dist-packages/jinja2/environment.py", line 471, in getattr
return getattr(obj, attribute)
jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'translation'
Diffstat (limited to 'src/conf_mode/nat66.py')
0 files changed, 0 insertions, 0 deletions