diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-27 06:59:46 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-11-27 12:17:37 +0900 |
commit | ce52d706965b9df0c38f7a05f1796b46e7798981 (patch) | |
tree | e023cf47c5a6dc286450ee83ca246a1e0c5e09ef | |
parent | 4773d121ea4cdb933f48cf53eec57542568f2d7a (diff) |
register monitor_linux and monitor_openflow for VRRPInterfaceMonitor class
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/services/protocols/vrrp/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ryu/services/protocols/vrrp/__init__.py b/ryu/services/protocols/vrrp/__init__.py index 340a4230..da23e668 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 |