Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
b22895c6
Commit
b22895c6
authored
Jan 16, 2002
by
Mike Hibler
Browse files
Change to squirrel away the DHCP server IP in /etc/testbed/bossip
just in case we need it.
parent
406babda
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/freebsd/dhclient-exit-hooks
View file @
b22895c6
#!/bin/sh
#
# Remember our server IP as the boss IP
#
rm
-f
/etc/testbed/bossip
if
[
x
"
$reason
"
=
xREBOOT
]
;
then
echo
$new_dhcp_server_identifier
>
/etc/testbed/bossip
fi
#
# See if the Testbed configuration software wants to change the hostname.
# Installed into /etc.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment