Last change
on this file since 1646 was
1644,
checked in by lnevers@bbn.com, 12 years ago
|
Adding RSpecs for IG-EXP-6
|
-
Property svn:executable set to
*
|
File size:
1.5 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!-- |
---|
3 | This rspec will reserve the OpenFlow resources at UEN |
---|
4 | AM: https://foamyflow.chpc.utah.edu:3626/foam/gapi/1 |
---|
5 | --> |
---|
6 | |
---|
7 | <rspec xmlns="http://www.geni.net/resources/rspec/3" |
---|
8 | xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" |
---|
9 | xmlns:openflow="http://www.geni.net/resources/rspec/ext/openflow/3" |
---|
10 | xs:schemaLocation="http://www.geni.net/resources/rspec/3 |
---|
11 | http://www.geni.net/resources/rspec/3/request.xsd |
---|
12 | http://www.geni.net/resources/rspec/ext/openflow/3 |
---|
13 | http://www.geni.net/resources/rspec/ext/openflow/3/of-resv.xsd" |
---|
14 | type="request"> |
---|
15 | |
---|
16 | <openflow:sliver description="IG-EXP-6-exp3 "> |
---|
17 | |
---|
18 | <openflow:controller url="tcp:mallorea.gpolab.bbn.com:33019" type="primary" /> |
---|
19 | |
---|
20 | |
---|
21 | <openflow:group name="uen-1750"> |
---|
22 | <openflow:datapath component_id="urn:publicid:IDN+openflow:foam:foamyflow.chpc.utah.edu+datapath+06:d6:ac:16:2d:f5:2d:00" |
---|
23 | component_manager_id="urn:publicid:IDN+openflow:foam:foamyflow.chpc.utah.edu+authority+am" dpid="06:d6:ac:16:2d:f5:2d:00"> |
---|
24 | <openflow:port name="A21" num="21"/> |
---|
25 | <openflow:port name="A22" num="22"/> |
---|
26 | </openflow:datapath> |
---|
27 | </openflow:group> |
---|
28 | |
---|
29 | <openflow:match> |
---|
30 | <openflow:use-group name="uen-1750" /> |
---|
31 | <openflow:packet> |
---|
32 | <openflow:dl_type value="0x800,0x806"/> |
---|
33 | <openflow:nw_dst value="10.42.19.0/24"/> |
---|
34 | <openflow:nw_src value="10.42.19.0/24"/> |
---|
35 | </openflow:packet> |
---|
36 | |
---|
37 | </openflow:match> |
---|
38 | |
---|
39 | </openflow:sliver> |
---|
40 | |
---|
41 | </rspec> |
---|
Note: See
TracBrowser
for help on using the repository browser.