- 22 Jan, 2015 7 commits
-
-
- moved test scenario events to directory in test branch. Change-Id: I1f94a9b4c844be1ea2633de0c74d49ebf5a770a7
Simon Hunt authored -
SDN-IP can now support peering and routing between hosts that are connected on VLANs. Changes include: * Updated NetworkConfigReader app to read (optional) VLAN configuration * Updated VlanId to support the 'VLAN present' value - in a match this means that a VLAN tag must be present, but it can contain any value. * Updated SDN-IP to set destination VLAN tag values if appropriate * Updated FlowModBuilder and FlowEntryBuilder to support 'VLAN present' value * Slew of test updates. Change-Id: Ief48cede5c1fd50e1efa851da5a97fb4a8edda29
Jonathan Hart authored -
and behaves as a sink for network-bound events. Reference: ONOS-665 Change-Id: I4e84929028094213baf0e9c27cef3a0b62ca1afb
Ayaka Koshibe authored
- 21 Jan, 2015 19 commits
-
-
IntentStore#createIntent(Intent) and IntentStore#removeIntent(Intent) have been superseded by IntentStore#batchWrite(BatchWrite) Change-Id: I0f1c1b8fdc645435a9925bae9370d75965618c7c
Jonathan Hart authored -
This revision aims to remove empty check of BatchWrite in the caller side of this method Change-Id: Ic0d659a6da221a052ad135eba18a783caa81ec42
Sho SHIMIZU authored -
…run on different nodes without collision. Change-Id: I3c834a5f23f4813b9234beed3ae1c0e93e69360e
suibin authored -
IntentId is no longer treated as BatchOperationTarget Change-Id: Icf63eb8071113b71146604a740f82cf3eadeef95
Sho SHIMIZU authored -
Fixes ONOS-787. Change-Id: Ide8817927fc7a64da79df7998e3baebefb09de40 (cherry picked from commit 18679365)
Jonathan Hart authored
- 20 Jan, 2015 14 commits
-
-
Make the constructor of BatchWrite.Operation private Change-Id: I496ba4502f0f4c147250909cab9123fc5c869f9e
Sho SHIMIZU authored -
Fixes ONOS-779. Change-Id: I7e6a57457e287d28dd23946d677d3943443a435f (cherry picked from commit eec29724)
Jonathan Hart authored -
…ule dependencies and routing configuration are both derived from the list of IDs. Change-Id: If7bd7fe5c5c42f5c557e39c8ccb53847f2527be9
Simon Hunt authored
-