Changes between Version 5 and Version 6 of HowTo/WriteOFv3Rspecs/Examples
- Timestamp:
- 09/30/11 09:43:29 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/WriteOFv3Rspecs/Examples
v5 v6 3 3 4 4 = Rspec with one group = 5 In this rspec there is only one defined group that is used in all the matches : 5 If you want to apply your packet filters to the same set of dpids, then you just need to create one group 6 and use it in all your matches. 7 6 8 {{{ 7 9 #!xml … … 54 56 55 57 = Rspec with multiple groups = 58 If you need to apply different packet filters in different datapath sets, then you can create multiple groups and use them as needed in your matches. 56 59 {{{ 57 60 #!xml … … 119 122 120 123 = Rspec with groups and datapaths = 124 If for only one of your matches you need a different set of datapaths, you don't need to create a group 125 you can just add the datapaths directly in your match. 121 126 {{{ 122 127 #!xml