1. 16 Jan, 2015 10 commits
  2. 15 Jan, 2015 7 commits
  3. 14 Jan, 2015 7 commits
  4. 13 Jan, 2015 9 commits
    • [Merged from onos-1.0]
      
      Change-Id: I238ea24e1a4c4bebb40d132d060c418f5675f570
      (cherry picked from commit f25a5115)
      Brian O'Connor authored
    • [Merged from onos-1.0]
      
      Change-Id: I276454b09d32e1a7b7182271ddba8cf6add71c40
      (cherry picked from commit e84ab32f)
      Brian O'Connor authored
    • [Merged from onos-1.0]
      
      Change-Id: I9d2ba4be4230bbfd4a6f29645c07c6210a282f9e
      (cherry picked from commit 96e56fca)
      Thomas Vachuska authored
    • Change-Id: Ibfe5b35ecdfaaf39b9d48abd29d0a44327dec130
      Simon Hunt authored
    • Catch BufferUnderflowExceptions that occur while trying to deserialzed
      Ethernet packet, and account for the fact that packets may not have been
      deserialized correctly when using InboundPackets.
      
      Addresses ONOS-605.
      
      Change-Id: Ia7191e62a339125c9c4d3fe0cf63f9c33eb74cb5
      Jonathan Hart authored
    • ONOS now waits for switches to advertise their highest version via a hello
      message. ONOS then replies with a hello of the appropriate version.
      
      [Merged from 1.0]
      
      Change-Id: I6ebe3f1b8f513920dc62016347a40f503de01457
      (cherry picked from commit d9b2f404)
      alshabib authored
    • Change-Id: I020ccd525e3e96a933ea9f69865d8e03af151500
      alshabib authored
    • Change-Id: I9601bca4af0dadf706a2e0ca2502595d10e7ee74
      Yuta HIGUCHI authored
    • [WARNING] /Users/rascov/onos/providers/lldp/src/main/java/org/onosproject/provider/lldp/impl/SuppressionRulesStore.java:88: warning: no description for @throws
      [WARNING] /Users/rascov/onos/providers/lldp/src/main/java/org/onosproject/provider/lldp/impl/SuppressionRulesStore.java:146: warning: no description for @throws
      [WARNING] /Users/rascov/onos/apps/sdnip/src/main/java/org/onosproject/sdnip/bgp/BgpSession.java:706: warning: no @param for ctx
      [WARNING] /Users/rascov/onos/apps/sdnip/src/main/java/org/onosproject/sdnip/bgp/BgpSession.java:751: warning: no @param for ctx
      
      Change-Id: Iae4d1826249e3612e1a16d1a9eeaebdc4c032f35
      Charles M.C. Chan authored
  5. 12 Jan, 2015 5 commits
    • Change-Id: I636c6fce316fa442b49acaf94aff2eb5db10731e
      alshabib authored
    • CONTROLLER ports were displayed as 18446744073709551613
      for output instructions.
      
      Change-Id: Id62f7ebe9e140a0a2c3c2387fbabfb3305f4273d
      Ray Milkey authored
    • Added tests for codecs for Ethernet and Instruction classes
      Also fixed some bugs uncovered by the tests
      
      Change-Id: I29f82d169e81b3fca417f88fab992148bf36dc71
      Ray Milkey authored
    • Apply Thomas Vachuska's solution of ONOS-537 (#2177) to FlowModBuilderVer13.
      This solves the exception mentioned in the comment of ONOS-540.
      Tested with OpenvSwitch 2.3.0 in Mininet 2.2.0.
      
      Change-Id: I1f9d27d1b978ae01d16d63d6377046e4e2f3cd00
      Charles M.C. Chan authored
    • for the other device providers
      
      initial null provider directory structure
      
      Change-Id: Ib7a766a854ba1863564ce2dc950f597a41a4e545
      
      better with files
      
      Change-Id: I041ea7bb718748e5f72ccaf06836c322b4e411d6
      
      no binaries needed
      
      Change-Id: I0bc978dd5bf6d20968bd1a28c6165b9f49ba585b
      
      start nulldeviceprovider
      
      Change-Id: If75bced900c185ca58a9302130c4d4a3cc18f12d
      
      null device provider trivial implementation
      
      supports hardcoded number of devices and ports, this will ultimately be extented to cli/rest configuration.
      
      Change-Id: Iaeffc5526526b90fb1ecbcc0bd8b88103bdb921a
      alshabib authored
  6. 10 Jan, 2015 2 commits
    • 	* Apply suggestion in #2192 to previous implemented classes
      
      Change-Id: I271d64202dd43968825600cd9afc49eb400371bf
      Charles M.C. Chan authored
    • * Create IExtensionHeader interface
          - setNextHeader, getNextHeader interface for all extension header classes
              - Except EncapSecurityPayload, in which the nextHeader field is encrypted
      
      * Create BaseOptions class
          - Super class of HopByHopOptions and DestinationOptions, since these two are very similar
      
      * Implement following classes with unit test
          - HopByHopOptions
          - DestinationOptions
          - Fragment
          - Routing
          - Authentication
          - EncapSecurityPayload
      
      Change-Id: If65894eccf20ac90f04bc2b0cb42aac6dd5a9674
      Charles M.C. Chan authored