1. 13 Jan, 2015 1 commit
    • [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
  2. 12 Jan, 2015 5 commits
  3. 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
  4. 09 Jan, 2015 9 commits
  5. 08 Jan, 2015 3 commits
  6. 07 Jan, 2015 6 commits
  7. 06 Jan, 2015 12 commits
  8. 05 Jan, 2015 1 commit
    • * Resolve ONOS-511
      * Refactor: Move NDP-related classes into org.onlab.packet.ndp package
      * Bugfix: payload is not properly set in testSerialize
      
      Change-Id: Idb2dbfbd0297152c0e26ac2d5d5f8dba62824660
      Charles M.C. Chan authored