From cb48a49c80f4a11d2d16511e0f1366867320f153 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Jun 20 2017 09:29:41 +0000 Subject: ipa-dns-install: remove check for local ip address This check was forgotten and will be removed now. https://pagure.io/freeipa/issue/4317 Reviewed-By: David Kupka --- diff --git a/install/tools/ipa-dns-install b/install/tools/ipa-dns-install index 5bd0ba6..cb6c5d8 100755 --- a/install/tools/ipa-dns-install +++ b/install/tools/ipa-dns-install @@ -47,7 +47,9 @@ def parse_options(): default=False, help="print debugging information") parser.add_option("--ip-address", dest="ip_addresses", metavar="IP_ADDRESS", default=[], action="append", - type="ip", ip_local=True, help="Master Server IP Address. This option can be used multiple times") + type="ip", + help="Master Server IP Address. This option can be used " + "multiple times") parser.add_option("--forwarder", dest="forwarders", action="append", type="ip", help="Add a DNS forwarder. This option can be used multiple times") parser.add_option("--no-forwarders", dest="no_forwarders", action="store_true",