commit | 2811c4032c7676fc7302caa8650b8d5e042d0ae0 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Wed Feb 25 14:30:17 2015 -0800 |
committer | Ray Milkey <ray@onlab.us> | Thu Feb 26 00:02:59 2015 +0000 |
tree | 9c7710bf1ac5bdee7f5796dfbd1abdf8f645cfdd | |
parent | 8ae474b6840808fe953bffe5de744662001e5085 [diff] |
Changes related to the "LinkCollectionIntent" type of intents (e.g., Multipoint-to-singlepoint and Singlepoint-to-multipoint) * Apply the Intent-defined traffic treatment only on the flowmods on the ingress switch with ingress inport for a flowmod. Previously, the traffic treatments were applied on each switch, and semantically it is not the correct (default) behavior. * Express the flowmods by explicitly specifying the expected inport in the matching conditions for each flowmod. Previously, the inport was not included in the matching conditions. [Merge from branch onos-1.0 - manually] Change-Id: Ic378b6e8be033a70b016f4ba5550d91fe08ddd9a
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.