--Hi All,Is this a limitation with ONOS or am I missing something here?RegardsHemanth
On Friday, 14 April 2017 16:39:59 UTC-4, Hemanth Chenji wrote:Hi,I would like to add host intents based on IP addresses of two end points instead of MAC addressesIf I don't specify valid MAC addresses in one and two as shown below, flows are not getting installed on switches even though it shows as installed on controllercurl -X POST --user onos:rocks --header 'Content-Type: application/json' --header 'Accept: application/json' -d '{ "type": "HostToHostIntent", "appId": "app_test", "priority": 55, "selector": {"criteria":[{"type":"IPV4_SRC", "ip":"10.2.205.40/32"}, {"type":"IPV4_DST", "ip":"10.2.205.39/32"}]}, "one": "00:00:00:00:00:00/-1", "two": "00:00:00:00:00:00/-1"}' 'http://10.2.205.45:8181/onos/v1/intents'onos> intentsid=0xac2, state=INSTALLED, key=0xac2, type=HostToHostIntent, appId=app_testresources=[00:00:00:00:00:00/None]selector=[IPV4_SRC:10.2.205.40/32, IPV4_DST:10.2.205.39/32]treatment=[NOACTION]constraints=[LinkTypeConstraint{inclusive=false, types=[OPTICAL]}]host1=00:00:00:00:00:00/None, host2=00:00:00:00:00:00/NoneIs this a limitation or do we have an option to add host intents based on IP addresses?RegardsHemanth
You received this message because you are subscribed to the Google Groups "ONOS Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss+unsubscribe@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/b12e14b2-2de9-4352-84c9-7f83f8e2da5e%40onosproject.org.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss...@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
--
You received this message because you are subscribed to the Google Groups "Northbound brigade" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brigade-northbound+unsub...@onosproject.org.
To post to this group, send email to brigade-northbound@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/brigade-northbound/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/brigade-northbound/cded9f54-046a-479b-8a42-c9f58db7a38c%40onosproject.org.
For more options, visit https://groups.google.com/a/onosproject.org/d/optout.
To post to this group, send email to brigade-n...@onosproject.org.
>>> email to brigade-northbound+unsub...@onosproject.org.
>>> To post to this group, send email to brigade-n...@onosproject.org.
>>> Visit this group at
>>> https://groups.google.com/a/onosproject.org/group/brigade-northbound/.
>>> To view this discussion on the web visit
>>> https://groups.google.com/a/onosproject.org/d/msgid/brigade-northbound/cded9f54-046a-479b-8a42-c9f58db7a38c%40onosproject.org.
>>> For more options, visit
>>> https://groups.google.com/a/onosproject.org/d/optout.
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Northbound brigade" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to brigade-northbound+unsub...@onosproject.org.