mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
vrrp: declare event.py to be dependent for manager.py
So if you start RyuApp using event.py, manager.py will be started. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
aab020d0a0
commit
ab4a65c525
@ -18,6 +18,7 @@
|
||||
Events for VRRP
|
||||
"""
|
||||
|
||||
from ryu.controller import handler
|
||||
from ryu.controller import event
|
||||
from ryu.lib import dpid as dpid_lib
|
||||
from ryu.lib import mac as mac_lib
|
||||
@ -267,3 +268,6 @@ class EventVRRPTransmitRequest(event.EventRequestBase):
|
||||
def __init__(self, data):
|
||||
super(EventVRRPTransmitRequest, self).__init__()
|
||||
self.data = data
|
||||
|
||||
|
||||
handler.register_service('ryu.services.protocols.vrrp.manager')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user