Advertisement
Guest User

Flow insertion to map ovsdb queues

a guest
Jun 3rd, 2015
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <flow xmlns="urn:opendaylight:flow:inventory">
  3. <priority>10</priority>
  4. <flow-name>S1-S2</flow-name>
  5. <match>
  6. <ethernet-match>
  7. <ethernet-type>
  8. <type>2048</type>
  9. </ethernet-type>
  10. </ethernet-match>
  11. <ipv4-source>10.0.0.1/32</ipv4-source>
  12. <ipv4-destination>10.0.0.2/32</ipv4-destination>
  13. </match>
  14. <id>30</id>
  15. <table_id>0</table_id>
  16. <hard-timeout>0</hard-timeout>
  17. <idle-timeout>0</idle-timeout>
  18. <instructions>
  19. <instruction>
  20. <order>0</order>
  21. <apply-actions>
  22. <action>
  23. <order>1</order>
  24. <output-action>
  25. <output-node-connector>2</output-node-connector>
  26. </output-action>
  27. </action>
  28. <action>
  29. <order>0</order>
  30. <set-queue-action>
  31. <queue>2000</queue>
  32. <queue-id>1</queue-id>
  33. </set-queue-action>
  34. </action>
  35. </apply-actions>
  36. </instruction>
  37. </instructions>
  38. </flow>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement