]> git.ipfire.org Git - thirdparty/systemd.git/commit
resolved: handle linked packet in dns_scope_emit()
authorDaniel Mack <daniel@zonque.org>
Wed, 9 Dec 2015 11:05:38 +0000 (12:05 +0100)
committerDaniel Mack <daniel@zonque.org>
Thu, 10 Dec 2015 09:20:55 +0000 (10:20 +0100)
commit80a62095dc5af36d9f46de693f3a84835bc28e96
tree4cb405e7606a284e87ec9bfbaaac6fff10af907b
parent9c491563837983385bf9fa244590e76e142f4fa3
resolved: handle linked packet in dns_scope_emit()

In dns_scope_emit(), walk the list of additional packets and emit all of
them. Set the TC bit in all but the last of them.

This is specific to mDNS, so an assertion is triggered if used with other
protocols.
src/resolve/resolved-dns-scope.c