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
99cb795a
Commit
99cb795a
authored
Sep 08, 2004
by
Mike Hibler
Browse files
Fix a header to be more consistent with others
parent
d24b3f9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbreport.in
View file @
99cb795a
...
...
@@ -821,7 +821,7 @@ if ($showfwinfo) {
if
(
$result_fw
->
numrows
)
{
print
"
Firewall information:
\n
";
printf
("
%-15s %-8s %-8s %-5s %s
\n
",
"
Firewall
",
"
Type
",
"
Style
",
"
Rule#
",
"
Rule
");
"
ID
",
"
Type
",
"
Style
",
"
Rule#
",
"
Rule
");
print
("
--------------- -------- -------- -----
"
.
"
-----------------------------------
\n
");
while
(
my
(
$fwname
,
$fwtype
,
$fwstyle
)
=
$result_fw
->
fetchrow_array
())
{
...
...
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