- 13 Jan, 2016 8 commits
-
-
Ignore the network with unsupported network type to make sure no flow rules populated for the network by any chance. Change-Id: I3fe01900e5239af1ea28f4c6cb95869ff47964a9
Hyunsun Moon authored -
It turns out that suppression annotations have to have the actual string literal in them; if you use a defined constant SonarQube ignores the suppression. Change-Id: I3628df116d182b01a108da0d6f059784a3be4fed
Ray Milkey authored -
Application id in applicationId class is transient. So it would be better to use application name to check equality. Change-Id: I5f6807054e9a882316ff0a88242cb752eb78bcb9
Jian Li authored -
Reintroduce flags to slience curl's status messages. Change-Id: Iac0cc9b37726528e4ef2d9dbd8bb26a0af05919e
Ayaka Koshibe authored -
…ctoring of provider methods Change-Id: I95f896b80705ffb176534f2d4ba58acc786713e3
Andrea Campanella authored
-
- 12 Jan, 2016 18 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 1 commit