mirror of
https://github.com/samba-team/samba.git
synced 2025-07-20 08:59:06 +03:00
s4:samba_dnsupdate Add a 'file based' mode to samba_dnsupdate
For the testsuite to use DNS like names, we need to write these names to a file. Also, to have this run in 'make test' the usual rules about 'no 127.*' IP addresses in DNS must be skipped, so glue.interface_ips takes two arguments now
This commit is contained in:
@ -1182,7 +1182,7 @@ def provision(setup_dir, message, session_info,
|
||||
paths.bind_gid = bind_gid
|
||||
|
||||
if hostip is None:
|
||||
hostips = glue.interface_ips(lp)
|
||||
hostips = glue.interface_ips(lp, False)
|
||||
if len(hostips) == 0:
|
||||
message("No external IPv4 address has been found: I use the loopback.")
|
||||
hostip = '127.0.0.1'
|
||||
|
Reference in New Issue
Block a user