1. 11 Feb, 2015 10 commits
  2. 10 Feb, 2015 7 commits
  3. 09 Feb, 2015 4 commits
    • Change-Id: I0820b8f7fe9a375554721438284b5e9352c289b2
      Ray Milkey authored
    • - codec test now uses the json matcher rather than comparing itself
      - refactored the codec matcher to be less ugly
      - fixed a bug in how eth types are compared
      
      Change-Id: Iaf9980c52e98518405a23d2cdde7ccd7d4afaa9b
      Ray Milkey authored
    • Work toward ONOS-509
      
      The following match conditions are added/implemented:
        - IPV6_EXTHDR
      
      Also, fixed the match criteria for the optical signal type
      to represent unsigned 8 bits integer (per spec).
      
      Change-Id: I925db19cb43c5d9f589c1f090b6a75faabe0a19b
      Pavlin Radoslavov authored
    • match/action conditions
      
      Fixed the signed/unsigned issue for the match conditions
      
      Also:
        * Reordered some of the code in CriterionCodec.java so the order
          of handling various Criterion types follows the order as defined in
          Criterion.java
          - In the process, removed a duplicated entry for Type.MPLS_LABE
          - Fixed an issue with TCP/UDP/SCTP ports being accessed as 8-bit integers
            instead of 16-bit integers
      
        * Updated some of the unit tests in CriterionCodecTest.java to use
          larger integer values that could expose better potential bugs in
          the tested code.
      
      Change-Id: I531d13bd258ebc559ce6be716863c01613427a98
      Pavlin Radoslavov authored
  4. 08 Feb, 2015 3 commits
    • - Fixed PushHeaderInstructions bug, where half-baked Ethernet instace was used
        only to hold ethernetType. (ONOS-987)
      
      Change-Id: I330a862c8a18206250befbd4e22ee6d189beed83
      Yuta HIGUCHI authored
    • Change-Id: I38eddb0b11630cdd83c5d1e5d5dc393ee2555897
      Thomas Vachuska authored
    • Change-Id: Iad04f377f571c4879db245c9b96030678faad5b9
      Thomas Vachuska authored
  5. 07 Feb, 2015 1 commit
  6. 06 Feb, 2015 11 commits
  7. 05 Feb, 2015 4 commits
    • - An object is returned that has the current column ID and which icon/sorting needs to take place when sent to the server
      - clicking on each header will display to the debug console which way it will be sorted
      
      Change-Id: I686d417a5b9b0e5c9b591380b8a6166c70c3c401
      Bri Prebilic Cole authored
    • to include ingressDevice.
      
      Also modified help strings for consistency.
      
      Change-Id: I9c35fdbdae539f92411da089ff48b4c0951e8481
      Jonathan Hart authored
    • Change-Id: I4fb03f4c8df687ab499921d1bf2b8cb424ec306e
      Simon Hunt authored
    • REST API tests were defining a set up method called setUp(), which had
      the unwanted side effect of hinding the parent class' implementation.
      Made the set up and tear down methods for the tests have unique names so
      both will be executed.
      
      Also fixed some javadocs while editing the files.
      
      Change-Id: Ifaa75fe650d5909b066769e5e12cb5c834267a20
      Ray Milkey authored