SaiSujithReddy

Untitled

Feb 10th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <flow xmlns="urn:opendaylight:flow:inventory">
  2. <id>22</id>
  3. <match>
  4. <ipv4-destination>1.1.0.0/20</ipv4-destination>
  5. <ethernet-match>
  6. <ethernet-type>
  7. <type>2048</type>
  8. </ethernet-type>
  9. </ethernet-match>
  10. </match>
  11. <flags></flags>
  12. <priority>22</priority>
  13. <instructions>
  14. <instruction>
  15. <order>0</order>
  16. <apply-actions>
  17. <action>
  18. <order>0</order>
  19. <dec-nw-ttl></dec-nw-ttl>
  20. </action>
  21. </apply-actions>
  22. </instruction>
  23. </instructions>
  24. <idle-timeout>0</idle-timeout>
  25. <flow-statistics xmlns="urn:opendaylight:flow:statistics">
  26. <duration>
  27. <nanosecond>259000000</nanosecond>
  28. <second>18</second>
  29. </duration>
  30. <byte-count>0</byte-count>
  31. <packet-count>0</packet-count>
  32. </flow-statistics>
  33. <table_id>0</table_id>
  34. <hard-timeout>0</hard-timeout>
  35. <cookie>0</cookie>
  36. </flow>
Advertisement
Add Comment
Please, Sign In to add comment