Signed-off-by: Yuichi Ito <[email protected]>
---
 ryu/lib/packet/sctp.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/ryu/lib/packet/sctp.py b/ryu/lib/packet/sctp.py
index bf6bd09..6a6e89b 100644
--- a/ryu/lib/packet/sctp.py
+++ b/ryu/lib/packet/sctp.py
@@ -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)
-- 
1.7.10.4


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to