Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
emulab
emulab-stable
Commits
8214c243
Commit
8214c243
authored
Jan 18, 2012
by
Ryan Jackson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for iptables firewall type
parent
18ce3293
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
tbsetup/ns2ir/firewall.tcl
tbsetup/ns2ir/firewall.tcl
+6
-2
No files found.
tbsetup/ns2ir/firewall.tcl
View file @
8214c243
...
...
@@ -71,8 +71,12 @@ Firewall instproc set-type {targ} {
set osid
"FW-IPFW2"
set cmdline
"/kernel.fw"
}
"ipfw2"
-
"ipchains"
{
"iptables"
-
"iptables-vlan"
{
set type $targ
set osid
"FW-IPTABLES"
}
"ipfw2"
{
perror
"
\[
set-type] firewall type
$targ
not yet implemented"
}
default
{
...
...
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