]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2340. [port] openbsd: interface configuration. [RT #17700]
authorMark Andrews <marka@isc.org>
Mon, 3 Mar 2008 01:22:56 +0000 (01:22 +0000)
committerMark Andrews <marka@isc.org>
Mon, 3 Mar 2008 01:22:56 +0000 (01:22 +0000)
CHANGES
bin/tests/system/ifconfig.sh

diff --git a/CHANGES b/CHANGES
index 10425fab1da5851ea724fb4c32b9a8690ccddd82..c72eb3160194feed7774772fb7fd689853eeaaa3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2340.  [port]          openbsd: interface configuration. [RT #17700]
+
 2339.  [port]          tru64: support for libbind. [RT #17589]
 
 2338.  [bug]           check_ds() could be called with a non DS rdataset.
index 948ad76faa478810d2e3264067d8259420a48358..95e040576af096b702e497927ee2ace88bbf82eb 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: ifconfig.sh,v 1.46.18.3 2004/10/05 03:18:21 marka Exp $
+# $Id: ifconfig.sh,v 1.46.18.4 2008/03/03 01:22:56 marka Exp $
 
 #
 # Set up interface aliases for bind9 system tests.
@@ -85,6 +85,9 @@ case "$1" in
                    *-unknown-netbsd*)
                        ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
                        ;;
+                   *-unknown-openbsd*)
+                       ifconfig lo0 10.53.0.$ns alias netmask 255.255.255.0
+                       ;;
                    *-*-bsdi[3-5].*)
                        ifconfig lo0 add 10.53.0.$ns netmask 255.255.255.0
                        ;;
@@ -145,6 +148,9 @@ case "$1" in
                    *-unknown-netbsd*)
                        ifconfig lo0 10.53.0.$ns delete
                        ;;
+                   *-unknown-openbsd*)
+                       ifconfig lo0 10.53.0.$ns delete
+                       ;;
                    *-*-bsdi[3-5].*)
                        ifconfig lo0 remove 10.53.0.$ns
                        ;;