vtn.git
11 years agoVTN Manager must forget VTN resource manager service when it is unregistered. 04/904/1
Shigeru Yasuda [Mon, 19 Aug 2013 13:07:33 +0000 (22:07 +0900)]
VTN Manager must forget VTN resource manager service when it is unregistered.

Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoNotify a new IVTNManagerAware of existing port mappings. 03/903/1
Shigeru Yasuda [Mon, 19 Aug 2013 12:34:20 +0000 (21:34 +0900)]
Notify a new IVTNManagerAware of existing port mappings.

Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoSync up to the latest code. 02/902/1
Shigeru Yasuda [Mon, 19 Aug 2013 11:39:09 +0000 (20:39 +0900)]
Sync up to the latest code.

  * Try to detect IP address if learned MAC address table entry has no
    IP address.
  * Use NetUtils to detect unicast MAC address.

Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAdd settings to use coverage tool for VTN Manager and a property file for manager... 90/890/1
Takayuki Kawagishi [Fri, 16 Aug 2013 08:02:24 +0000 (17:02 +0900)]
Add settings to use coverage tool for VTN Manager and a property file for manager.integration test.

Change-Id: I0a81509982be3ddbfc749b4cfbdaf42188fa3717
Signed-off-by: Takayuki Kawagishi <kawagishi-takayuki@mxj.nes.nec.co.jp>
11 years agoAdd manager.integration modules for VTN Manager. 81/881/1
Takayuki Kawagishi [Thu, 15 Aug 2013 10:41:11 +0000 (19:41 +0900)]
Add manager.integration modules for VTN Manager.

Change-Id: I1ed9a68c63eb9b5f1b8e791400c2196750df982d
Signed-off-by: Takayuki Kawagishi <kawagishi-takayuki@mxj.nes.nec.co.jp>
11 years agoAdd Northbound integration module for VTN Manager. 80/880/1
Kasumi Takeshige [Thu, 15 Aug 2013 02:14:18 +0000 (11:14 +0900)]
Add Northbound integration module for VTN Manager.

Change-Id: Ie02f278888aca156cdf0906b7a82533354a9531f
Signed-off-by: Kasumi Takeshige <takeshige-kasumi@mxk.nes.nec.co.jp>
11 years agoadd unit test modules for VTN Manager. 70/870/4
Takayuki Kawagishi [Wed, 14 Aug 2013 06:45:34 +0000 (15:45 +0900)]
add unit test modules for VTN Manager.

Change-Id: I0ae22822baf939afa889eb62699affa32474cafe
Signed-off-by: Takayuki Kawagishi <kawagishi-takayuki@mxj.nes.nec.co.jp>
11 years agoUpdated README. 39/839/2
Hideyuki Tai [Sat, 10 Aug 2013 02:13:49 +0000 (22:13 -0400)]
Updated README.

- Added Overview section.
- Updated VTN Coordinator Installation Guide section.
- Added VTN Manager Installation Guide section.

Change-Id: Ie976ccaff6e04ed6bb431ea2171e664f52307a47
Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
11 years agoPACKET_IN handling should be terminated if a packet is forwarded to 13/813/1
Shigeru Yasuda [Wed, 7 Aug 2013 08:03:36 +0000 (17:03 +0900)]
PACKET_IN handling should be terminated if a packet is forwarded to
a virtual interface.

Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed bugs of MAC address table. 00/800/1
Shigeru Yasuda [Tue, 6 Aug 2013 07:40:48 +0000 (16:40 +0900)]
Fixed bugs of MAC address table.

  * MAC address table entry should keep a set of InetAddress, not an array.
  * IVTNManager: getMacEntry() and removeMacEntry() should throw VTNException
    if null is passed as MAC address.
  * MacTableEntry: toString(): Fixed malformed string.

Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoChanged version of switchmanager to 0.5.0-SNAPSHOT. 88/788/1
Shigeru Yasuda [Mon, 5 Aug 2013 10:23:57 +0000 (19:23 +0900)]
Changed version of switchmanager to 0.5.0-SNAPSHOT.

Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoInitial commit of VTN Manager. 75/775/2
Shigeru Yasuda [Fri, 2 Aug 2013 16:37:29 +0000 (01:37 +0900)]
Initial commit of VTN Manager.

Although this version of VTN Manager never installs flow entry to switch,
packets in vBridge will be forwarded by VTN Manager using PACKET_OUT.

Change-Id: Icdca3c980550919bfe2c6025c741d265ee2396a6
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAvoid test failure due to test environment. 15/615/1
Hideyuki Tai [Fri, 19 Jul 2013 04:54:33 +0000 (21:54 -0700)]
Avoid test failure due to test environment.

Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
11 years agoMerge "Added .gitignore"
Tomohisa Yamabe [Wed, 17 Jul 2013 23:55:07 +0000 (23:55 +0000)]
Merge "Added .gitignore"

11 years agoAdded unit tests, and enabled to deploy binary artifacts to the Nexus repository... 98/598/1
Hideyuki Tai [Tue, 16 Jul 2013 07:17:02 +0000 (00:17 -0700)]
Added unit tests, and enabled to deploy binary artifacts to the Nexus repository using Maven.

Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
11 years agoAdded .gitignore 00/500/1
Hideyuki Tai [Tue, 18 Jun 2013 22:19:56 +0000 (07:19 +0900)]
Added .gitignore

Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
11 years agoInitial checkin for the OpenDaylight project. 98/498/1
Hideyuki Tai [Tue, 18 Jun 2013 15:41:31 +0000 (00:41 +0900)]
Initial checkin for the OpenDaylight project.

Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
11 years agoInitial empty repository
Andrew Grimberg [Fri, 14 Jun 2013 15:54:14 +0000 (15:54 +0000)]
Initial empty repository