-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdropFog2.xml
33 lines (33 loc) · 956 Bytes
/
dropFog2.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
<?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>0</table_id>
<id>1</id>
<cookie_mask>255</cookie_mask>
<installHw>false</installHw>
<match>
<ethernet-match>
<ethernet-type>
<type>2048</type>
</ethernet-type>
</ethernet-match>
<ipv4-source>10.0.1.0/24</ipv4-source>
<ipv4-destination>10.0.2.128/25</ipv4-destination>
</match>
<cookie>1</cookie>
<hard-timeout>500</hard-timeout>>
<flow-name>flow</flow-name>
<priority>500</priority>
<barrier>false</barrier>
</flow>