mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
packet lib: sctp: fill up lack of decolators
Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
e1e22073fb
commit
5c8a59b13a
@ -1977,6 +1977,7 @@ class param_supported_addr(param):
|
||||
|
||||
@chunk_init.register_param_type
|
||||
@chunk_init_ack.register_param_type
|
||||
@cause_unresolvable_addr.register_param_type
|
||||
@cause_restart_with_new_addr.register_param_type
|
||||
class param_ipv4(param):
|
||||
"""Stream Control Transmission Protocol (SCTP)
|
||||
@ -2024,6 +2025,7 @@ class param_ipv4(param):
|
||||
|
||||
@chunk_init.register_param_type
|
||||
@chunk_init_ack.register_param_type
|
||||
@cause_unresolvable_addr.register_param_type
|
||||
@cause_restart_with_new_addr.register_param_type
|
||||
class param_ipv6(param):
|
||||
"""Stream Control Transmission Protocol (SCTP)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user