Ray Milkey
cc6ec60fb2
Starting snapshot 1.12.0-SNAPSHOT
2017-11-10 16:22:59 -08:00
Ray Milkey
9f9a752bdc
Tagging 1.12.0-b2
2017-11-10 16:21:23 -08:00
Ray Milkey
dc48fb2c3b
Starting snapshot 1.12.0-SNAPSHOT
2017-09-26 14:42:24 -07:00
Ray Milkey
eb3f6ef786
Tagging 1.12.0-b1
2017-09-26 14:40:44 -07:00
Ray Milkey
aa279c014e
Starting snapshot 1.12.0-SNAPSHOT
...
Change-Id: I92269af3b1103fc6622614a77681bd841438d050
2017-08-16 13:27:00 -07:00
Ray Milkey
d4ac0edb2f
Starting snapshot 1.11.0-SNAPSHOT
2017-08-11 17:04:16 -07:00
Ray Milkey
6ecde1ff86
Tagging 1.11.0-b4
2017-08-11 17:02:33 -07:00
Brian O'Connor
a09fe5b0b7
Updating Copyright line to Open Networking Foundation
...
Change-Id: Icba96d7f39a065b53f34a6aeb71afd1f7d51f774
2017-08-03 21:12:30 -07:00
Ray Milkey
64677e99d9
Starting snapshot 1.11.0-SNAPSHOT
2017-08-01 10:48:08 -07:00
Ray Milkey
17463db855
Tagging 1.11.0-b3
2017-08-01 10:46:24 -07:00
Ray Milkey
64313cbc83
Starting snapshot 1.11.0-SNAPSHOT
2017-07-20 15:46:52 -07:00
Ray Milkey
7e28519e5f
Tagging 1.11.0-b2
2017-07-20 15:45:28 -07:00
Ray Milkey
f14cc6d3c2
Fix SNAPSHOT version string
...
Change-Id: I090c1998e5a117c10263b7a6abbffc624beb4074
2017-06-28 16:36:27 +00:00
Ray Milkey
7463193198
Starting snapshot 1.11-SNAPSHOT
2017-06-23 16:46:27 -07:00
Ray Milkey
08b03a9ec8
Starting snapshot 1.11.0-SNAPSHOT
...
Change-Id: I5aa84e241545dace6192243c0079924ddf899404
2017-05-15 18:40:20 +00:00
Jian Li
38bb1095cb
Augment provider service to process batch mapping query
...
Change-Id: Id44e4ad23f4cfbb56da4d52e1beb8cd0d3ca2b20
2017-05-05 11:54:12 +00:00
Jian Li
55648edc74
Allow to query mapping value when receives MapRequest
...
Change-Id: Ic7893a397c2c16e219135a31516565d2f1323f50
2017-05-04 17:59:08 +00:00
Ray Milkey
8fd28c7b80
Starting snapshot 1.10.0-SNAPSHOT
2017-05-02 14:37:34 -07:00
Ray Milkey
f0099022d2
Tagging 1.10.0-rc1
2017-05-02 14:35:27 -07:00
Jian Li
ded800179b
Fix: Store router identifier combines with scheme as a DeviceId
...
Use hashcode of mapping key as an unique mapping identifier.
Change-Id: I7ed602467e889b70279cb9fabdc6340fa4f42f99
2017-04-24 19:27:51 +00:00
Jian Li
77079339ae
Fix: Store mapping information when receives MapRegister
...
Change-Id: I6d09d4afd92ae2327063845bb07b1a2f0d286fbc
2017-04-24 17:28:33 +00:00
Jian Li
e5aa5dfc0f
Improve MappingEntryBuilder to convert LCAF to extension address
...
Change-Id: I88e5c7d898f3fe2e55406a7af30979e95b90e654
2017-04-08 03:27:15 +00:00
Jian Li
b6995cbd7c
Fix: Remove the dependencies between LISP provider and driver
...
LISP mapping provider should not be aware of LISP driver, and
LISP specific LCAF to Mapping Extension conversion will be realized
in LISP extension address interpreter which is located in protocol.
Change-Id: Idc38c13e084e323f9e07a62fcfac846d6b3d9a56
2017-04-03 08:39:09 +00:00
Jian Li
0f0d748c52
[ONOS-5750] Improve MappingEntryBuilder to convert LCAF to ext addr
...
Change-Id: I0353575633bbe1073413b61ad134634716ad75b4
2017-03-27 07:11:17 +00:00
Jian Li
b8436bb3b1
[ONOS-5750] Add MappingEntryBuilder with unit test
...
Change-Id: Ia4e2f4b6cb3a9b07a00376b12b506f43255bad11
2017-02-24 10:14:00 +00:00
Ray Milkey
54a78514d2
Starting snapshot 1.10.0-SNAPSHOT
...
Change-Id: Icd6983be6a52293fb8a846a02d5e314c2c7aeaf0
2017-02-13 11:13:52 -08:00
Ray Milkey
57b510152e
Starting snapshot 1.10-SNAPSHOT
...
Change-Id: I800d5d9e7f23793f5288457bca449ca382896723
2017-02-13 11:06:55 -08:00
Ray Milkey
de84cdde9a
Starting snapshot 1.9.0-SNAPSHOT
2017-02-13 10:54:12 -08:00
Ray Milkey
8588c48114
Tagging 1.9.0-b3
2017-02-13 10:52:31 -08:00
Jian Li
c7badf9b4e
Add MappingRepository type to signify where to store mapping info
...
Change-Id: If6e1deec011e85102a05b985306232f81834736b
2017-02-07 07:01:06 +00:00
Jian Li
77d6e75b8c
[ONOS-5751] Initial implementation of LISP mapping provider
...
Change-Id: Ibddfc9f92e4d385c9995e7baa3613a2562499fbf
2017-02-03 21:47:26 +00:00
Ray Milkey
287b4ae810
Starting snapshot 1.9.0-SNAPSHOT
2017-01-19 15:21:17 -08:00
Ray Milkey
2557ba3375
Tagging 1.9.0-b1b
2017-01-19 15:20:17 -08:00
Jian Li
7d36157d7d
[ONOS-5750] Add skeleton code of LISP mapping provider
...
This commit also enables LISP mapping and messsage providers.
Change-Id: I06ff330ba6144bff472c2ede49d9e477aa38880b
2017-01-18 21:06:26 +00:00