]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Add support for local PTR domains
authorJiri Denemark <jdenemar@redhat.com>
Thu, 8 Dec 2016 21:23:09 +0000 (22:23 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Mon, 19 Dec 2016 08:03:29 +0000 (09:03 +0100)
commit3d98acc9e36b3bce5745508cedd138b1a1683d97
tree51634c08f32abe89fe2de85db5ab65f2366761cb
parentacd547dc9510224250a6237545f28e5b290f45f3
network: Add support for local PTR domains

Similarly to localOnly DNS domain, localPtr attribute can be used to
tell the DNS server not to forward reverse lookups for unknown IPs which
belong to the virtual network.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
docs/formatnetwork.html.in
docs/news.html.in
docs/schemas/network.rng
src/conf/network_conf.c
src/conf/network_conf.h
src/network/bridge_driver.c
tests/networkxml2confdata/ptr-domains-auto.conf [new file with mode: 0644]
tests/networkxml2confdata/ptr-domains-auto.xml [new file with mode: 0644]
tests/networkxml2conftest.c