Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- url:- http://{{LOCALIP}}:8181/restconf/config/opendaylight-inventory:nodes/node/openflow:1/table/0/flow/1
- body:-
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <flow xmlns="urn:opendaylight:flow:inventory">
- <priority>1</priority>
- <flow-name>Foo1</flow-name>
- <match>
- <ethernet-match>
- <ethernet-type>
- <type>2048</type>
- </ethernet-type>
- </ethernet-match>
- <ipv4-destination>1.1.1.0/24</ipv4-destination>
- </match>
- <id>1</id>
- <table_id>0</table_id>
- <instructions>
- <instruction>
- <order>0</order>
- <apply-actions>
- <action>
- <order>0</order>
- </action>
- </apply-actions>
- </instruction>
- </instructions>
- </flow>
Advertisement
Add Comment
Please, Sign In to add comment