changeset 489 | 7f1bd12e0d54 |
parent 487 | 920394061b6f |
child 516 | 9615ffc647a0 |
--- a/bin/pvl.hosts-forward Thu Feb 26 15:26:26 2015 +0200 +++ b/bin/pvl.hosts-forward Thu Feb 26 15:29:03 2015 +0200 @@ -32,7 +32,9 @@ # process try: - for rr in pvl.hosts.zone.apply_hosts_forward(options, hosts, options.forward_zone): + for rr in pvl.hosts.zone.apply_hosts_forward(hosts, options.forward_zone, + add_origin = options.add_origin, + ): print unicode(rr) except pvl.hosts.HostError as error: log.error("%s", error)