---
 ryu/lib/packet/dhcp6.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ryu/lib/packet/dhcp6.py b/ryu/lib/packet/dhcp6.py
index b3753dc1..3f917433 100644
--- a/ryu/lib/packet/dhcp6.py
+++ b/ryu/lib/packet/dhcp6.py
@@ -222,7 +222,7 @@ class options(stringify.StringifyMixin):
         return cls(opt_parse_list, len(buf))

     def serialize(self):
-        seri_opt = ""
+        seri_opt = bytes()
         for opt in self.option_list:
             seri_opt += opt.serialize()
         if self.options_len == 0:
-- 
2.13.0

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to