1. 13 Mar, 2015 1 commit
    • Fixed the issue of LINC not sending traffic through taps.
      -Solved by creating and bring taps UP before LINC gets started.
      
      Change-Id: I145f5357f984befc549ed02cd57b13b7e0f7ff3c
      fahad authored
  2. 05 Mar, 2015 1 commit
    • Those are needed for the Internet2 deployment.
      
       * FlowRuleManager Timeout per Flow Operation (default to 500ms)
         This can be set in the following configuration file and variable:
      
         tools/package/etc/org.onosproject.net.flow.impl.FlowRuleManager.cfg
         timeoutPerFlowOpMsec = 500
      
       * IntentManager Timeout per Intent Operation (default to 500ms)
         This can be set in the following configuration file and variable:
      
         tools/package/etc/org.onosproject.net.intent.impl.IntentManager.cfg
         timeoutPerIntentOpMsec = 500
      
         For the Intentet2 deployment the above two parameters should be
         configured to 15000 (i.e., 15 seconds).
         The reason is because of recent modifications to the Internet2 firewall:
         it could take up to 10s for the reported FlowStats to reflect added
         FlowMods.
      
         Also, sometimes a single FlowAdd FLOW_MOD operation
         with the Internet2 firewall in the middle could take close to 1s to
         complete.
      
       * Added sample configuration files:
         tools/package/etc/samples/org.onosproject.*.cfg
      
         Those sample configuration files should be copied to the following
         directory so they can be used:
      
         tools/package/etc/
      
      Change-Id: I699d93d4210fd7033234fd71be9b64c1f1d86117
      Pavlin Radoslavov authored
  3. 04 Mar, 2015 1 commit
    • - Logger package path was different between Hz 3.3 <=> 3.4
      
      Change-Id: I6933fd61d5e021ae65213464e5fde3417a50d5a3
      HIGUCHI Yuta authored
  4. 26 Feb, 2015 1 commit
    • - Workaround fix for ONOS-1193
      - If locking the whole link collection damages the performance,
        apply the fix suggested on GossipLinkStore comment.
      
      Change-Id: Idd4d2e5b8e3a50843fe7abd10a615cfbd9a16478
      (cherry picked from commit 4d973eba)
      HIGUCHI Yuta authored
  5. 23 Feb, 2015 1 commit
    • (e.g., Multipoint-to-singlepoint and Singlepoint-to-multipoint)
      
      * Apply the Intent-defined traffic treatment only on the flowmods
        on the ingress switch with ingress inport for a flowmod.
        Previously, the traffic treatments were applied on each switch,
        and semantically it is not the correct (default) behavior.
      
      * Express the flowmods by explicitly specifying the expected inport
        in the matching conditions for each flowmod.
        Previously, the inport was not included in the matching conditions.
      
      Change-Id: Iefe3e88f7b6257c18fd6f99c2740feabbe8eedc5
      Pavlin Radoslavov authored
  6. 20 Feb, 2015 1 commit
  7. 16 Feb, 2015 1 commit
    • =======================
      We don't need these files anymore.
      
      Change-Id: I6c4c1db1d67bd03874fbaa03bb47d4fc09e9f41d
      fahad authored
  8. 10 Feb, 2015 1 commit
  9. 29 Jan, 2015 1 commit
  10. 28 Jan, 2015 2 commits
  11. 23 Jan, 2015 2 commits
  12. 21 Jan, 2015 3 commits
  13. 20 Jan, 2015 2 commits
  14. 17 Jan, 2015 3 commits
    • 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
    • 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
      
      [Merge from master with manual conflict resolution]
      
      Change-Id: I292ad11a2e48390624f381c278e55e5d0af93c6d
      Pavlin Radoslavov 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: Ia6680c0403577053948c4ede3b3e8b5b846495be
      Charles M.C. Chan authored
  15. 16 Jan, 2015 3 commits
  16. 13 Jan, 2015 7 commits
  17. 12 Jan, 2015 1 commit
  18. 09 Jan, 2015 3 commits
  19. 06 Jan, 2015 1 commit
  20. 24 Dec, 2014 2 commits
  21. 22 Dec, 2014 1 commit
  22. 15 Dec, 2014 1 commit