diff options
author | hagbard <vyosdev@derith.de> | 2018-08-26 11:30:59 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2018-08-26 11:30:59 -0700 |
commit | 3e03325cfd34b8a9dfe441d947484fa681919d04 (patch) | |
tree | 9757858254f6c77de9721cfceab0dd9c497733dd /src | |
parent | cc584bb5ae8e701b0d8471fa675a0e44228b4ee2 (diff) | |
parent | 2cb8903cc7c1f2ea4c296e2498ce1a6ed7ccd5bb (diff) | |
download | vyos-1x-3e03325cfd34b8a9dfe441d947484fa681919d04.tar.gz vyos-1x-3e03325cfd34b8a9dfe441d947484fa681919d04.zip |
Merge remote-tracking branch 'upstream/current' into current
Diffstat (limited to 'src')
-rwxr-xr-x | src/conf_mode/tftp_server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/tftp_server.py b/src/conf_mode/tftp_server.py index 9cf4489af..2b4732190 100755 --- a/src/conf_mode/tftp_server.py +++ b/src/conf_mode/tftp_server.py @@ -46,7 +46,7 @@ TFTP_ADDRESS="{% for a in listen_ipv4 -%}{{ a }}:{{ port }}{{- " --address " if TFTP_ADDRESS="{% for a in listen_ipv6 -%}[{{ a }}]:{{ port }}{{- " --address " if not loop.last -}}{% endfor %} -6" {%- endif %} -TFTP_OPTIONS="--secure {% if allow_upload %}--create --umask 002{% endif %}" +TFTP_OPTIONS="--secure {% if allow_upload %}--create --umask 000{% endif %}" """ default_config_data = { |