Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
04a210a6
Commit
04a210a6
authored
Sep 18, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add outer boss to resolvers list to avoid brief time at boot
when inner boss is not responding yet.
parent
9efc3f79
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
clientside/tmcc/common/config/rc.mkelab
clientside/tmcc/common/config/rc.mkelab
+1
-0
No files found.
clientside/tmcc/common/config/rc.mkelab
View file @
04a210a6
...
...
@@ -1746,6 +1746,7 @@ sub SetupOpsNode($)
print
RC
"
domain
$domain
\n
";
print
RC
"
search
$domain
\n
";
print
RC
"
nameserver
$bossnode_ip
\n
";
print
RC
"
nameserver
$outer_bossip
\n
";
close
(
RC
);
skipsetup:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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