Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | resolved,networkd: add a per-interface DNSSEC setting | Lennart Poettering | |
This adds a DNSSEC= setting to .network files, and makes resolved honour them. | |||
2016-01-05 | resolved,networkd: unify ResolveSupport enum | Lennart Poettering | |
networkd previously knew an enum "ResolveSupport" for configuring per-interface LLMNR support, resolved had a similar enum just called "Support", with the same value and similar pasers. Unify this, call the enum ResolveSupport, and port both daemons to it. |