summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2013-12-11 08:08:42 -0800
committerShawn Routhier <sar@isc.org>2013-12-11 08:08:42 -0800
commit61ef216b8dc05bc4245b61eee812038757d12ffe (patch)
tree5ad2e69325a491a95cbdf6bbb44be23c61764992 /util
parent51e2e60626f0b86e4303ad4c68ba5106a7de8152 (diff)
downloadisc-dhcp-61ef216b8dc05bc4245b61eee812038757d12ffe.tar.gz
[master] Add support for user selection of the from address for DDNS transactions
Diffstat (limited to 'util')
-rw-r--r--util/bind.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/bind.sh b/util/bind.sh
index 59ca3426..e432c3be 100644
--- a/util/bind.sh
+++ b/util/bind.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2009-2012 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009-2013 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -50,6 +50,7 @@ case $# in
### be used to chdir down into the directory that is unpacked.
###
v4_2) noSNAP=snapshot BINDTAG=v9_8 ;;
+ v4_3) noSNAP=snapshot BINDTAG=v9_9 ;;
### change to using the head of v9_9 until we upgrade DHCP
### to use shared libraries
HEAD|v[0-9]_[0-9].*) noSNAP=snapshot BINDTAG=v9_9 ;;
@@ -58,6 +59,7 @@ case $# in
### For ease of use, this records the sticky tag of versions
### released with each point release.
###
+ 4.3.0a1) BINDTAG=v9_9 ;;
4.2.6b1) BINDTAG=v9_8_6 ;;
4.2.5b1|4.2.5rc1) BINDTAG=v9_8_4_P1 ;;
4.2.4rc2|4.2.4) BINDTAG=v9_8_3 ;;