Signed-off-by: FUJITA Tomonori <[email protected]> --- ryu/services/protocols/vrrp/__init__.py | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/ryu/services/protocols/vrrp/__init__.py b/ryu/services/protocols/vrrp/__init__.py index 340a423..da23e66 100644 --- a/ryu/services/protocols/vrrp/__init__.py +++ b/ryu/services/protocols/vrrp/__init__.py @@ -13,3 +13,6 @@ # implied. # See the License for the specific language governing permissions and # limitations under the License. + +import ryu.services.protocols.vrrp.monitor_linux +import ryu.services.protocols.vrrp.monitor_openflow -- 1.8.3.4 (Apple Git-47) ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
