1. 13 Jan, 2016 12 commits
  2. 12 Jan, 2016 18 commits
  3. 11 Jan, 2016 10 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
    • …tion dialog in App view.
      
      Change-Id: Ib20e98253b2d13f7d7debef2dea5a530b61ced99
      Simon Hunt authored
    • Change-Id: Idb34624f897b0fd5745f26758a007c171f4cd774
      Sho SHIMIZU authored
    • Change-Id: Id25a309714e582a7d25096170eec107320d651a0
      Thomas Vachuska authored
    • Change-Id: I4efd5c13a12f2bad5482f5b432e2f1ef2c337805
      Sho SHIMIZU 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
    • Change-Id: I471561808f7d1bf3b51ab72b9731d7bf3ec410e7
      Jonathan Hart authored