1. 23 Feb, 2015 9 commits
  2. 22 Feb, 2015 5 commits
  3. 21 Feb, 2015 15 commits
  4. 20 Feb, 2015 11 commits
    • Change-Id: Ibdfce817f2a506644e0f9cd16f46cf6ab1f75eb7
      Pavlin Radoslavov authored
    • Change-Id: I366f2b9f3c11645a3392e0689619bfbad7a9eedd
      Ray Milkey authored
    • Change-Id: Ie993faeaeb62538f52b6289ec3e2af90282be70c
      Simon Hunt authored
    • Change-Id: I1bc4c11590660142a6bc9f5f71c06a664dbfa80b
      Simon Hunt authored
    • Additional configuration parameters that can be configured in the configuration file (org.onosproject.fwd.ReactiveForwarding.cfg),
      that determine application behavior:
      - packetOutOfppTable - application will use OFPP_TABLE port in PacketOut message, sending packet back to the OpenFlow pipeline, instead of using switch port
      - flowTimeout - configuring reactively installed flow timeout
      - flowPriority - configuring reactively installed flow priority
      - matchDstMacOnly - reactively installed flows will match only destination MAC address - behavior as legacy L2 switches. This options overrides all other options below.
      - matchVlanId - reactively installed flows will match default condition with additionally with VLAN ID field
      - matchIpv4Address - reactively installed flows will match default conditions, plus IPv4 address and Protocol field
      - matchIpv4Dscp - reactively installed flows will match default condition, IPv4 + with IPv4 DSCP and ECN fields (need matchIPv4Address enabled)
      - matchIpv6Address - reactively installed flows will match default condition with IPv6 address and NextHeader field
      - matchIpv6FlowLabel - reactively installed flows will match default condition with IPv6 address and IPv6 Flow Label (need matchIPv6Address enabled)
      - matchTcpUdpPorts - reactively installed flows will match default condition with IPv4 or IPv6 address and TCP/UDP ports (need matchIPv4Address or matchIPv6Address enabled)
      - matchIcmpFields - reactively installed flows will match default condition with IPv4 or IPv6 address and ICMP type and code fields (need matchIPv4Address or matchIPv6Address enabled)
      
      Change-Id: Ieef67a1a12f6341d4de3b07e1226affec66d361a
      Dusan Pajin authored
    • - Removed redundant equality check. (ONOS-975)
      - Enforced using Instruction Factory methods.
      - cosmetic fixes.
      
      Change-Id: I178b55f8568c1a9132f0aa88465b8b34dc2b2df2
      Yuta HIGUCHI authored
    • Change-Id: I1388749f77ef9b3b327df2ee745fdb7cec510708
      Jonathan Hart authored
    • allow more LinkDescriptions to be generated.
      
        - patch 3/4: Some cleanup/sanity checks added.
      
      Reference: ONOS-1033
      
      Change-Id: I0b35585d5fdec3f7e6c921172f39f67dd6723dec
      Ayaka Koshibe authored
    • Conflicts:
      	providers/null/link/src/main/java/org/onosproject/provider/nil/link/impl/NullLinkProvider.java
      	tools/package/etc/org.onosproject.provider.nil.link.impl.NullLinkProvider.cfg
      Change-Id: I955abaec4c3906441ada91d97ed30854a8ce44f8
      suibin authored
    • Change-Id: Ic66c6d710e6bc4bc82496c38a5b9955e58f72e73
      Brian O'Connor authored
    • * adding total to log
      * using local devices and keys
      * added delay between cycles
      * print time if cycle is delayed
      
      Change-Id: I16a3c041dd2e920695ab782d22fe6db8abad7da8
      Brian O'Connor authored