- Oct 06, 2015
-
-
Ryan Izard authored
-
- Sep 21, 2015
-
-
Ryan Izard authored
-
- Mar 09, 2015
-
-
Ryan Izard authored
Let's try this again. Fixed the two SFP bugs (Maxence's bug and another that prevented adding drop flows with null or empty-string actions). Also, replaced netty with a newer version in preparation for SSL support.
-
Ryan Izard authored
Revert "Fixed a couple bugs in SFP. (1) Always check the switch we're pushing a new flow to to see if an old flow needs to be removed from another switch (Maxence's bug). (2) Check for empty string in action lists and only print/add actions if they are specified. This allows an empty string or null to mean 'drop.'" This reverts commit e2458ef3.
-
Ryan Izard authored
Fixed a couple bugs in SFP. (1) Always check the switch we're pushing a new flow to to see if an old flow needs to be removed from another switch (Maxence's bug). (2) Check for empty string in action lists and only print/add actions if they are specified. This allows an empty string or null to mean 'drop.'
-
- Jul 30, 2014
-
-
Ryan Izard authored
Initial OF1.3 handshake working. Still trouble write()ing to OFSwitch instance after handshake complete. The Connection is reported as down, yet the switch is echoed repeatedly w/o a problem...
-
- Jul 28, 2014
-
-
Ryan Izard authored
-
Ryan Izard authored
-
- Jun 18, 2014
-
-
Rob Sherwood authored
This reverts commit 4ae94669.
-
Ryan Izard authored
Refactored structure of core components to work with openflowj-loxi. Presently refactoring Routing, Firewall, Forwarding, DeviceManager, LinkDiscovery, Topology, and LearningSwitch. Hub has been refactored.
-
- Mar 07, 2014
-
-
Ayaka Koshibe authored
amend to PR #443
-
- Mar 02, 2014
-
-
Rob Sherwood authored
Build is broken, but someone could fix this. All they have to do is fix all of the compile errors and update the hand shaking logic.
-
- Dec 20, 2013
-
-
Rémy Léone authored
-
- Aug 06, 2013
-
-
CodingCat authored
-
- Jun 24, 2013
-
-
Vishnu Emmadi authored
-
Vishnu Emmadi authored
-
- Jun 23, 2013
-
-
Vishnu Emmadi authored
-
- Jun 17, 2013
-
-
Gregor Maier authored
-
- Jun 05, 2013
-
-
Saurav Das authored
-
- Jun 03, 2013
-
-
Gregor Maier authored
-
- Jun 02, 2013
-
-
Saurav Das authored
moving counter registration to init() methods, and use of metadata constants
-
- May 25, 2013
-
-
Saurav Das authored
-
Saurav Das authored
of performace of updates. Introducing hierarchical counters, counter metatdata and finer-grained handling of counter flush. Added unit tests and changed some of the API calls
-
- May 22, 2013
-
-
meiyangbigswitch authored
-
- May 15, 2013
-
-
Gregor Maier authored
* add methods to update/compare the ports of an IOFSwitch * use ImmutablePorts * OFPhysicalPorts -> ImmutablePort in most test
-
- May 14, 2013
-
-
Rob Adams authored
-
- May 09, 2013
-
-
Rob Adams authored
-
Gregor Maier authored
-
- May 01, 2013
-
-
Gregor Maier authored
* consolidate store after SLAVE->MASTER transition * more unit tests for Controller and OFChannelHandler * fix some issues found while unit testing
-
- Apr 30, 2013
-
-
Rob Adams authored
-
- Apr 29, 2013
-
-
Rob Adams authored
-
Rob Adams authored
bootstrap a cluster without needing to use SyncClient manually 2) Configure sync service to use authenticated connections by default 3) Set up VM with a default set of authentication credentials which at the moment are simply generated a VM build time. 4) Some improvements to cleanup of netty to avoid leaving around non-daemon timer threads that prevent clean shutdown.
-
Rob Adams authored
-
- Apr 26, 2013