- 12 Jan, 2016 5 commits
-
-
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 8 commits
-
-
Added support in OVSCorsaPipeline and SoftRouter. Change-Id: I7242f0f26cbdf7d6d2205fc6f48458d604de5326
Jonathan Hart authored -
Added validation for basic device config. Made all concrete configurations final (as they should be). Changed stc to use the new onos-netcfg as a method to re-locate and name devices and hosts. Change-Id: I372e6c7e6c0fa6fa52301568af73342aaae6347b
Thomas Vachuska authored -
Done - Implement service dependency APIs - Populate or remove basic tenant connectivity rules when VM created or removed - Populate direct/indirect service access rules when service dependency created - Remove service dependency rules Todo - Add/remove bucket to proper group when a VM is created or terminated - Populate service dependency rules for existing VMs when service is activated - Cleanup flow rules remove Change-Id: I1daaf7ac9b41d7f2694605cb9b75f12d42144dbd
Hyunsun Moon authored
-
- 07 Jan, 2016 5 commits
-
-
…OduCltPort and OmsPort. Change-Id: I48a5735b3b421d7bbcd91e318ae7bb090d914cbc
Toru Furusawa authored -
Change Model parsing in Swagger mojo for whitspaces stripping. Also, readding onos-maven-plugin to root pom build temporarily. Change-Id: I8995c74d762a3e59acebe15cc600a0f1bfa41411
Andrea Campanella authored -
- safety checks against fingerprint being null - checks for foreign fingerprint and probe message origin Change-Id: I2f3e491802afc2091335bd25fcf24865293bde10
Ayaka Koshibe authored
-