summaryrefslogtreecommitdiff
path: root/src/conf_mode/tftp_server.py
AgeCommit message (Collapse)Author
2018-09-16T850: tftp server: improve non existing listen-address assignmentsChristian Poessinger
2018-08-29tftp_server.py: switch to new IP address validatorsChristian Poessinger
Commit a30dac7c2 ("vyos package: add IP address validators") added system wide Python validators for IP addresses. Remove duplicated code and switch to a single source.
2018-08-26tftp_server.py: change umask for created filesChristian Poessinger
2018-08-26tftp_server.py: fix copy-paste commentChristian Poessinger
2018-08-26tftp_server.py: fix indention and add more verbose commentsChristian Poessinger
2018-08-26T792: add TFTP server functionalityChristian Poessinger