1. 16 Jan, 2015 6 commits
  2. 15 Jan, 2015 7 commits
  3. 14 Jan, 2015 7 commits
  4. 13 Jan, 2015 9 commits
  5. 12 Jan, 2015 5 commits
  6. 10 Jan, 2015 3 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
    • Change-Id: Ie9b2a4e743d7a8070c3dfe736ad5a953547bd2f9
      Bri Prebilic Cole authored
  7. 09 Jan, 2015 3 commits
    • Change-Id: I2bda5a3a1b279167194a84564408760eebcb59fd
      Simon Hunt authored
    • - codecs for all objects referenced by flows
      - codecs for HostToHost and PointToPoint intents
      - standardized on context.codec() rather than direct calls to new codec()
      
      Change-Id: I94fcb6e31a9161132c6efc2793b9c46fa3cc4570
      Ray Milkey authored
    • This fixes ONOS-540
      
      NOTES:
       * Currently, the flow rules are pushed by each module that needs to receive
         the corresponding control packets:
         - ARP: ProxyArpManager, HostLocationProvider
         - LLDP and BDDP: LLDPLinkProvider
       * Pushing the corresponding IPv6 rules for Neighbor Discovery is not done yet
       * In the future, we might want to consider an explicit service to
         subscribe for receiving particular control packets
      
      Change-Id: I292ad11a2e48390624f381c278e55e5d0af93c6d
      Pavlin Radoslavov authored