Brian O'Connor

Moving openflow to protocols/ directory

Change-Id: Ie7695f4ab25e9906ebf2ec1a0b59f74d652089b8
Showing 64 changed files with 1 additions and 2 deletions
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
46 <module>cli</module> 46 <module>cli</module>
47 47
48 <module>protocols</module> 48 <module>protocols</module>
49 - <module>openflow</module>
50 <module>ovsdb</module> 49 <module>ovsdb</module>
51 <module>netconf</module> 50 <module>netconf</module>
52 <module>pcep</module> 51 <module>pcep</module>
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
32 <description>ONOS south-bound protocols</description> 32 <description>ONOS south-bound protocols</description>
33 33
34 <modules> 34 <modules>
35 - <!--
36 <module>openflow</module> 35 <module>openflow</module>
36 + <!--
37 <module>ovsdb</module> 37 <module>ovsdb</module>
38 <module>netconf</module> 38 <module>netconf</module>
39 <module>pcep</module> 39 <module>pcep</module>
......