- 21 Feb, 2015 1 commit
-
-
Fixing defect in distributed app mgmt Reducing DB manager heartbeat aggressiveness Change-Id: I9ba948a2b2166625c56566502143c0d27f9a2c44
Thomas Vachuska authored
-
- 20 Feb, 2015 24 commits
-
-
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 -
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 -
* 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 -
- updated oblique test scenario events. Change-Id: I590f22fbbc356c564cefe8d87e73fed701d88f98
Simon Hunt authored -
- created button and toggle functions in ButtonService with unit tests Change-Id: If4d35e3ed7df8c1b8f7355f63f39d0c5d84db753
Bri Prebilic Cole authored -
…s of leadership events. Change-Id: I164f30da436f3e4f65c4e938c25bb2aa2faa16c3
Madan Jampani authored -
In unit tests that are mocking an entire interface, instead extend the Adapter class so the unused method overrides are no longer needed. Change-Id: I6e332cc5cb59410f163deea223fbc94e73d83917
Ray Milkey authored
- 19 Feb, 2015 15 commits
-
-
…ll command to kill all monitors. Change-Id: Id76b13f801aae0d9878baa265601717ef20613c8
Thomas Vachuska authored -
packet options. Fixes ONOS-1011 Change-Id: I94daa3f3c1297fb9a7b44901927738a29aff030a
Pavlin Radoslavov authored