summaryrefslogtreecommitdiff
path: root/src/services/vyos-hostsd
AgeCommit message (Collapse)Author
2019-12-19vyos-hostsd: T1885: Fixed crash if stdout PIPE connection lostzsdc
In case if stdout PIPE were lost (for example, after systemd-journald restart), using print() will raise the exception. This patch replaces print() to logging function, which is not sensitive to this problem. This makes vyos-hostd resistant to stdout disconnection, but of course, all logs after stdout disconnection will be lost.
2019-11-17dns: T1786: add proper processing of 'system disable-dhcp-nameservers'zdc
2019-09-29[vyos-hostsd] T1701 Fix check for delete domain-name and domain-searchDmitriyEshenko
2019-09-19T1638: generated hosts file fix for proper FQDN resolutionkroy
2019-08-26T1598: add a vyos-hostsd operation for retrieving name servers by tag.Daniil Baturin
2019-08-21T1598: clean up vyos-hostsd state dump on clean shutdown.Daniil Baturin
2019-08-21T1598: improve autogenerated file comments.Daniil Baturin
2019-08-20T1598: initial implementation of the hosts keeper daemon.Daniil Baturin