1. 15 Jun, 2016 4 commits
  2. 14 Jun, 2016 13 commits
  3. 13 Jun, 2016 2 commits
  4. 11 Jun, 2016 1 commit
  5. 10 Jun, 2016 4 commits
  6. 09 Jun, 2016 6 commits
  7. 08 Jun, 2016 10 commits
    • Change-Id: I95cd5c7ffa52727cab409541b7dd0e6d5a8d0bd4
      Ray Milkey authored
    • Previously, uploading invalid config results in a generic error message
      which makes it difficult to figure out what is wrong with the config
      
      Change-Id: I307d2fc0669679b067389c722556eef3aae098b9
      Jonathan Hart authored
    • The default value for relativePath is: ../pom.xml
      
      Change-Id: If9cb7ff8124b71be6c0cd67e1f368a9c1fc36538
      Brian O'Connor authored
    • Change-Id: If997943aef8e46caafd21629296b939d6669e374
      Thomas Vachuska authored
    • Driver notable changes:
      - Implemented new behaviors, removed deprecated ones
      - Removed flow rule translator classes (now under protocol module)
      - Improved FlowRuleProgrammable: now it uses BMv2TableEntryService
      	to lookup/bind flow rules with BMv2 table entries, retrieves flow
      	statistics, better exception handling when adding/replacing/removing
      	table entries.
      - Improved PacketProgrammable: better exception handling and logging
      
      Provider notable changes:
      - Bmv2DeviceProvider: detects and notifies device configuration
      	changes and reboots to Bmv2DeviceContextService, added support for
      	periodic polling of port statistics
      - Bmv2PacketProvider: implemented workaround for OutboundPackets with
      	flood treatment
      
      Change-Id: I79b756b533d4afb6b70025a137b2e811fd42a4e8
      Carmelo Cascone authored
    • - cleaned up application confirmation dialog.
      
      Change-Id: I498ef3897f828611ed8677873bcfcbcc3b09e1cc
      Simon Hunt authored
    • Change-Id: I6846e414f441e3df53e2e88873158ac579471f26
      sunish vk authored
    • Change-Id: I3099046ba9db4ff59a9c4d0aa6bd0a73edc367d2
      Brian O'Connor authored
    •    Bug fix where filtering objectives are not installed due to available ports becoming enabled later.
         Bug fix where flow objective store had no listener for notifications from drivers across multiple instances of the controller.
         NPE fix in ofdpa driver for non-existing groups.
         Preventing ofdpa driver from sending spurious pass notification to app.
         Incrementing retry filter timer from 1 to 5 secs in default routing handler.
         Made several debug messages clearer.
      
      Change-Id: I828671ee4c8bcfe03c946d051e1d1aac9d8f68dd
      Saurav Das authored
    • …tor as a single value
      
      Change-Id: Ie4deac82c4e08eb7fccb12df7c2687a1adead889
      David K. Bainbridge authored