commit | 3bc784673c120e2133651a39c72423f293ac3884 | [log] [tgz] |
---|---|---|
author | Rusty Eddy <rusty@rustyeddy.com> | Sun Aug 23 18:40:47 2015 -0400 |
committer | Rusty Eddy <rusty@rustyeddy.com> | Thu Sep 10 02:05:07 2015 +0000 |
tree | 5dc2d65e76a8c43b3e3e6a46f6e15ae2e1545e98 | |
parent | 7f0b52aa2fc0076e7d80dc20d2750c6d2b485eb8 [diff] [blame] |
Basic IGMP skeleton app is ready to go. IGMP packet type, serialization and deserialization has been moved to the ONOS core. Change-Id: I5c70d1e035e468eddf3e6b4ff6d1efc72e242fa2
diff --git a/pom.xml b/pom.xml index 4281fee..8aae095 100644 --- a/pom.xml +++ b/pom.xml
@@ -54,6 +54,7 @@ <module>database-perf</module> <module>tvue</module> <module>mfwd</module> + <module>igmp</module> <module>flowtest</module> </modules>