mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 22:06:10 +02:00
packet lib: igmp: add some constant values
Signed-off-by: Yuichi Ito <ito.yuichi0@gmal.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
2ca49a222b
commit
a0460efd15
@ -51,6 +51,12 @@ IGMP_TYPE_REPORT_V1 = 0x12
|
||||
IGMP_TYPE_REPORT_V2 = 0x16
|
||||
IGMP_TYPE_LEAVE = 0x17
|
||||
|
||||
QUERY_RESPONSE_INTERVAL = 10.0
|
||||
LAST_MEMBER_QUERY_INTERVAL = 1.0
|
||||
|
||||
MULTICAST_IP_ALL_HOST = '224.0.0.1'
|
||||
MULTICAST_MAC_ALL_HOST = '01:00:5e:00:00:01'
|
||||
|
||||
|
||||
class igmp(packet_base.PacketBase):
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user