SaiSujithReddy

flows 460 449 462

Aug 9th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <flow xmlns="urn:opendaylight:flow:inventory">
  3. <priority>460</priority>
  4. <flow-name>Foo460</flow-name>
  5. <match>
  6. <ethernet-match>
  7. <ethernet-type>
  8. <type>34525</type>
  9. </ethernet-type>
  10. </ethernet-match>
  11. <ipv6-destination-address-no-mask>2001::0000:2001:0460:0460:0460</ipv6-destination-address-no-mask>
  12. <ipv6-destination-arbitrary-bitmask>FFFF:FFFF:FFFF:FFFF:0000:FFFF:F000:0000</ipv6-destination-arbitrary-bitmask>
  13. </match>
  14. <id>460</id>
  15. <table_id>0</table_id>
  16. <instructions>
  17. <instruction>
  18. <order>0</order>
  19. <apply-actions>
  20. <action>
  21. <order>0</order>
  22. <dec-nw-ttl/>
  23. </action>
  24. </apply-actions>
  25. </instruction>
  26. </instructions>
  27. </flow>
  28.  
  29.  
  30.  
  31.  
  32. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  33. <flow xmlns="urn:opendaylight:flow:inventory">
  34. <priority>449</priority>
  35. <flow-name>Foo449</flow-name>
  36. <match>
  37. <ethernet-match>
  38. <ethernet-type>
  39. <type>34525</type>
  40. </ethernet-type>
  41. </ethernet-match>
  42. <ipv6-source-address-no-mask>2001:2001:2001:2001:2001:0449:0449:0449</ipv6-source-address-no-mask>
  43. <ipv6-source-arbitrary-bitmask>FFFF:FFFF:FFFF:0000:0000:FFFF:F000:0000</ipv6-source-arbitrary-bitmask>
  44. </match>
  45. <id>449</id>
  46. <table_id>0</table_id>
  47. <instructions>
  48. <instruction>
  49. <order>0</order>
  50. <apply-actions>
  51. <action>
  52. <order>0</order>
  53. <dec-nw-ttl/>
  54. </action>
  55. </apply-actions>
  56. </instruction>
  57. </instructions>
  58. </flow>
  59.  
  60.  
  61.  
  62.  
  63. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  64. <flow xmlns="urn:opendaylight:flow:inventory">
  65. <priority>462</priority>
  66. <flow-name>Foo462</flow-name>
  67. <match>
  68. <ethernet-match>
  69. <ethernet-type>
  70. <type>34525</type>
  71. </ethernet-type>
  72. </ethernet-match>
  73. <ipv6-destination-address-no-mask>2001:2001:2001:2001:2001:0462:0462:0462</ipv6-destination-address-no-mask>
  74. <ipv6-destination-arbitrary-bitmask>FFFF::0101:FFFF:F000:0000</ipv6-destination-arbitrary-bitmask>
  75. </match>
  76. <id>462</id>
  77. <table_id>0</table_id>
  78. <instructions>
  79. <instruction>
  80. <order>0</order>
  81. <apply-actions>
  82. <action>
  83. <order>0</order>
  84. <dec-nw-ttl/>
  85. </action>
  86. </apply-actions>
  87. </instruction>
  88. </instructions>
  89. </flow>
Advertisement
Add Comment
Please, Sign In to add comment