Skip to content
GitLab
Menu
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
a063f131
Commit
a063f131
authored
Dec 02, 2011
by
Leigh B Stoller
Browse files
Add tunnel for more interesting example.
parent
726aaf10
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/test/sharedlink-v2.rspec
View file @
a063f131
...
...
@@ -8,14 +8,25 @@ http://www.protogeni.net/resources/rspec/2/request.xsd"
exclusive=
"false"
>
<sliver_type
name=
"emulab-openvz"
/>
<interface
client_id=
"left:if0"
/>
<interface
client_id=
"left:tun0"
>
<ip
address=
"192.168.44.5"
netmask=
"255.255.255.0"
type=
"ipv4"
/>
</interface>
</node>
<node
client_id=
"right"
exclusive=
"false"
>
<sliver_type
name=
"emulab-openvz"
/>
<interface
client_id=
"right:if0"
/>
<interface
client_id=
"right:tun0"
>
<ip
address=
"192.168.44.3"
netmask=
"255.255.255.0"
type=
"ipv4"
/>
</interface>
</node>
<link
client_id=
"center"
>
<interface_ref
client_id=
"left:if0"
/>
<interface_ref
client_id=
"right:if0"
/>
</link>
<link
client_id=
"mytun"
>
<link_type
name=
"gre-tunnel"
/>
<interface_ref
client_id=
"left:tun0"
/>
<interface_ref
client_id=
"right:tun0"
/>
</link>
</rspec>
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