commit | 2aa1f32c84fa3b633ff4a6526a4d2a13a2962edf | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 11 17:59:44 2015 -0700 |
committer | Pavlin Radoslavov <pavlin@onlab.us> | Wed Mar 11 17:59:44 2015 -0700 |
tree | 2c8f1314665b52475400a9d2e5f5a546783097a6 | |
parent | 6b30e1b5d89d829f673d20bec3ee4e2b072c02bc [diff] |
Fixes related to SDN-IP intents: * Use intent priority when installing multipoint-to-singlepoint intents: the loinger the routing prefix match, the higher the intent priority. This is needed to perform correctly the equivalent of longest prefix match in the switch. * Use intent priority for the point-to-point intents: the priority for this BGP-related control traffic is higher than the multipoint-to-singlepoint intents. * Use the appropriate Key when installing multipoint-to-singlepoint intents. The key is the network (destination routing) prefix address represented as a string. Change-Id: Ic489a1e5f31adceb4c9d1dcea52293a2b3db0b79
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.