aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/bind/bind_virtualization.inc
blob: b8f0b3ffe3acdc73bf9f35bed75a26ae387a3a85 (plain)
1
2
3
4
# Tell named not to bother listening on the IP address that lxc handles itself.
do_install_append() {
	sed -i -e 's,^\( *options *{\)$,\1\n\t// lxc would take care of this address itself\n\tlisten-on { ! 10.0.3.1; any;};\n,' ${D}${sysconfdir}/bind/named.conf.options
}