-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.xml
34 lines (30 loc) · 856 Bytes
/
data.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<flow xmlns="urn:opendaylight:flow:inventory">
<strict>false</strict>
<instructions>
<instruction>
<order>0</order>
<apply-actions>
<action>
<order>0</order>
<drop-action/>
</action>
</apply-actions>
</instruction>
</instructions>
<table_id>{TABLE_ID}</table_id>
<id>{FLOW_ID}</id>
<cookie_mask>255</cookie_mask>
<installHw>false</installHw>
<match>
<ethernet-match>
<ethernet-source>
<address>{MAC}</address>
</ethernet-source>
</ethernet-match>
</match>
<cookie>3</cookie>
<flow-name>{FLOW_NAME}</flow-name>
<priority>{PRIO}</priority>
<barrier>false</barrier>
</flow>