diff options
author | ahrain <root@tg-test01.osl.int.ahrain.net> | 2015-03-21 18:14:56 +0100 |
---|---|---|
committer | ahrain <root@tg-test01.osl.int.ahrain.net> | 2015-03-21 18:14:56 +0100 |
commit | 4184848fa3e4f776da1b959c9ba48f4282e82108 (patch) | |
tree | 256f15edfa8fdf919b85bb8762dc478f1763a8d2 /tools/update-baseservice.sh | |
parent | ac89c3d4f9345d929a781808372500b7bbdf730e (diff) |
Creates DHCP config for secondary hot-standby DHCP server
Diffstat (limited to 'tools/update-baseservice.sh')
-rwxr-xr-x | tools/update-baseservice.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update-baseservice.sh b/tools/update-baseservice.sh index 5908941..94c3875 100755 --- a/tools/update-baseservice.sh +++ b/tools/update-baseservice.sh @@ -26,4 +26,4 @@ set -e cat netlist.txt | ssh -l root ${SECONDARY} "~/tgmanage/tools/make-missing-conf.pl slave ${BASE}" ssh -l root ${SECONDARY} "~/tgmanage/tools/make-bind-include.pl slave ${BASE}" - +ssh -l root ${SECONDARY} "~/tgmanage/tools/make-dhcpd-include.pl ${BASE}" |