1. 27 Jan, 2016 4 commits
    • Related to this topic:
      - Disable the meter collector since right now it is not supported
      - Implement extension VLAN ID selector/treatment for OFDPA
          Since it requires two special flow entries to match untagged packets
              0x1ffe/no mask (filtering rule, need to go first)
              0x0000/0x1fff setvid 0x0ffe (assignment rule, need to go second)
      - Not able to point /32 IP address to ECMP group. Use /31 instead.
      
      In addition:
      - Implement serializer for ExtensionCriterion
      
      Change-Id: I621b3ad14014d7e6945c014cdae4f7cd2939288e
      Charles Chan authored
    • Change-Id: I7db9ae2fda2f7240d69ad7dbd028ccc0ea8a8fd8
      Sho SHIMIZU authored
    • Change-Id: I613166d3ebc016fc1c37bff61a909ab60aae8836
      Simon Hunt authored
    • Implement replace method in ConsistentMap
      Using Versioned#valueOrNull in place of Versioned#valueOrElse where appropriate
      
      Change-Id: Ief3f3547d589d35f5c821a1c47035f91078e8316
      Madan Jampani authored
  2. 26 Jan, 2016 16 commits
  3. 25 Jan, 2016 7 commits
  4. 24 Jan, 2016 1 commit
    • Change-Id: I26ba78195fd8245eeb25c29ba27cc4b11b2eb791
      Jian Li authored
  5. 23 Jan, 2016 4 commits
    • Change-Id: Ie5f325ecb825951456bd950055ba88bb93af01b6
      Madan Jampani authored
    •  * Added -s option which gives more succinct output.
       * Display each flow on one line for easy grepping.
       * Added ability to filter output by table ID.
       * Flows are now sorted by descending priority within a table.
       * Removed the use of toStringHelper in instructions and criterion to produce
         less verbose output.
      
      Change-Id: I1c874c776491386488ea5a4d23627b20f1e5728b
      Jonathan Hart authored
    •   - simplified DOM structure
        - refactored code to reduce boilerplate
        - cleaned up CSS
      
      Change-Id: Iff443d7f038f1f770e7b3e9ed383c65b96ba6886
      Simon Hunt authored
    • Change-Id: I3de24a04593f47c786f698f5ee1669b3d2f2fdfc
      Jian Li authored
  6. 22 Jan, 2016 8 commits