- 12 Jan, 2016 16 commits
-
-
Modified SoftRouterPipeline to support new flow objectives. Change-Id: Ia93bc927832444ba1f7cf20b276e4866789c9d30
Jonathan Hart authored -
It's no longer relevant for SDN-IP and is misleading. Change-Id: I29595af935b9618157b4ff24bad1fa060e98e268
Jonathan Hart authored -
1) Added packetService to register for PIM packets. 2) Added PIMPacketHandler to process PIM packets. 3) Added NetworkConfig Listener 4) Added PIMInterfaceService / PIMInterfaceManager 5) Added Process incoming hello packets to PIMInterfaceManager 6) Code Review inspired changes Change-Id: I753880c954b9a6a91544903b613305ff9aa78cd0
Rusty Eddy authored -
Save REST calls by checking if the target IP is owned by a known host first. Change-Id: Id1ac0e5e13d635b5216d50c7cafaed1179a7410e
Hyunsun Moon authored -
Added ARP proxy which sends fake ARP reply for service IPs. Change-Id: I0583ee994def2a429701c0375af5203bdfaa39c5
Hyunsun Moon authored
- 11 Jan, 2016 13 commits
-
-
The persistent map for the network config store uses the app ID as a key. App IDs were not presisted, and could be generated differently when a cluster comes back up. This change makes the IDs persistent. Change-Id: I665ebc764cdf57c10fecda4f0b2206f2a2aa191c
Ray Milkey authored -
- Update dependency and plugin version to sync with ONOS-3703 changes - Add rest uitab uitopo to onos-archetypes-test script Confirmed followign passed mvn -amd -pl :onos-archetypes clean install && onos-archetypes-test - Specify UTF-8 to eliminate build time warning - Add onos-maven-plugin to plugin dependency to generate swagger.json Change-Id: I1fdc893a42eea3e464941f1d840ad03bccea0668
HIGUCHI Yuta authored -
implementing filtering objectives for punting rules Change-Id: I73945df31c4d5aa40ab4b07fc6818edd083178fb
alshabib authored -
Bugfix: - Add MPLS BOS matching - Fix NPE caused by race between filter objective and broadcast next objective Enhancement: - Move group handler out from OFDPA pipeline - Move ARP request from rule populator to packet request Change-Id: I0ba40e10f7cb7f97277df86725fbd2546a62e890
Charles Chan authored -
Control message monitoring brings some overhead to controller. In an extreme stressing environment (e.g., running Cbench), it leads potential performance degradation. This commit tries to mitigate the Cbench regression with two steps: 1. improve the monitoring performance by assigning more # of threads in each thread group. 2. make the control message listening feature optional. Change-Id: I4f7361b7c598c6de71d390eab78a20ada381d4dd
Jian Li authored
-
- 10 Jan, 2016 9 commits
-
-
- Background information can be found in ONOS-3736 and the following thread: https://gerrit.onosproject.org/#/c/6945/1 Change-Id: I47644b9045fb5aa6c371a25894fb5bee0121a3ac
HIGUCHI Yuta authored -
* Add codec for FilteringObjective * Add codec for ForwardingObjective * Add codec for NextObjective Change-Id: I715aa7f1969697468692459052fd27cc65ca2363
Jian Li authored -
This allows up-load of configurations before their backing classes are registered by apps/subsystems. Validation and delegation of network config change events is deferred until the class registration. Change-Id: Ifc9c97fbc86e764cb03cecb1f73f7191de3e7754
Thomas Vachuska authored -
This commit bumps up all maven plugins and dependencies to their latest version. With bumped version onos passes stc test. Following plugins are not ready to be bumped up due to instability. check-style 2.16 -> 2.17: compilation error maven-compiler-plugin 2.5.1 -> 3.3: always perform recompilation Following dependencies are not ready to be bumped up due to instability. kryo 3.0.0 -> 3.0.3: unit test failure slf4j 1.7.6 -> 1.7.13: fails in stc Change-Id: Iffe8b0734c7088228ebeee1ef597f0df3dfcd63d
Jian Li authored
- 08 Jan, 2016 2 commits
-
-
Added support in OVSCorsaPipeline and SoftRouter. Change-Id: I7242f0f26cbdf7d6d2205fc6f48458d604de5326
Jonathan Hart authored
-