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
45e3349f
Commit
45e3349f
authored
Aug 17, 2005
by
Timothy Stack
Browse files
Back out my last change so caching is disabled again and update the
comment to more closely reflect what all is going on.
parent
2efad1de
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/common/config/rc.firewall
View file @
45e3349f
...
...
@@ -73,11 +73,12 @@ sub firewallee();
#configtmcc("portnum", 7778);
#
# XXX for debugging default rules: make sure we always fetch
# from boss so we can pick up changes without rebooting using
# "/usr/local/etc/emulab/rc/rc.firewall reconfig"
# XXX At the moment, rc.firewall is run before bootsetup(), so we need to clear
# the cache manually or we might get bad config data. Note that nother side
# effect of running before bootsetup() is that we don't get the config through
# the 'fullconfig' call, it is a separate connection.
#
#
configtmcc("nocache", 1);
configtmcc
("
nocache
",
1
);
# Allow default above.
if
(
@ARGV
)
{
...
...
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