diff options
| author | Alex Kudentsov <43482574+alexk37@users.noreply.github.com> | 2026-03-15 16:25:48 +0700 |
|---|---|---|
| committer | Alex Kudentsov <43482574+alexk37@users.noreply.github.com> | 2026-03-15 16:25:48 +0700 |
| commit | a11cfef2dd942fddd29731b1b0090e0335a4e694 (patch) | |
| tree | b448d6f931dba1d86678226e10b535204aab2ce7 /data | |
| parent | 433f5aea24b415682318bb491f67d35eb03eac75 (diff) | |
| download | vyos-1x-a11cfef2dd942fddd29731b1b0090e0335a4e694.tar.gz vyos-1x-a11cfef2dd942fddd29731b1b0090e0335a4e694.zip | |
T8385: fix config key name in chap-secrets.config_dict.j2
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/accel-ppp/chap-secrets.config_dict.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/accel-ppp/chap-secrets.config_dict.j2 b/data/templates/accel-ppp/chap-secrets.config_dict.j2 index 51e66d57c..393413cc6 100644 --- a/data/templates/accel-ppp/chap-secrets.config_dict.j2 +++ b/data/templates/accel-ppp/chap-secrets.config_dict.j2 @@ -1,6 +1,6 @@ # username server password acceptable local IP addresses shaper {% if authentication.local_users.username is vyos_defined %} -{% for user, user_config in authentication.local_users.username.items() if user_config.disabled is not vyos_defined %} +{% for user, user_config in authentication.local_users.username.items() if user_config.disable is not vyos_defined %} {% if user_config.rate_limit is vyos_defined %} {{ "%-12s" | format(user) }} * {{ "%-16s" | format(user_config.password) }} {{ "%-16s" | format(user_config.static_ip) }} {{ user_config.rate_limit.download }}/{{ user_config.rate_limit.upload }} {% else %} |
