os-ken/ryu
IWAMOTO Toshihiro 0fc3d72ba2 packet_utils: Remove checksum() side-effect
checksum() was modifying argument when it is bytearray.  Make sure
checksum() doesn't modify its argument.

Signed-off-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2015-07-03 11:38:00 +09:00
..
app Remove duplicated definitions 2015-06-30 17:00:24 +09:00
base python3: Apply "2to3 -f map" 2015-06-26 21:21:49 +09:00
cmd python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
contrib eventlet has already supported WebSocket(RFC6455) in stable releases (>= 0.15) 2015-06-23 14:55:51 +09:00
controller python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
lib packet_utils: Remove checksum() side-effect 2015-07-03 11:38:00 +09:00
ofproto python3: Use b'str' for binary data 2015-07-01 10:13:22 +09:00
services python3: fix bgp reggression 2015-07-01 10:45:42 +09:00
tests python3: Partially revert b'str' conversion 2015-07-03 11:38:00 +09:00
topology python3: Use {encode, decode}('ascii') for text packet data 2015-07-03 11:38:00 +09:00
__init__.py Ryu 3.23 2015-07-02 08:20:53 +09:00
cfg.py Adapt to namespace-less oslo 2015-05-19 15:39:27 +09:00
exception.py Switch to Apache 2.0 license 2012-04-06 08:38:45 +09:00
flags.py sw test tool: support specifying the port number 2014-09-12 09:04:46 -07:00
hooks.py Fix Windows setup dependency bug 2014-01-06 20:32:05 +09:00
log.py 'ConfigParser' is renamed to 'configparser' in Python 3 2015-04-14 05:31:42 +09:00
utils.py python3: Make ryu.utils.hex_array functional 2015-07-01 10:13:22 +09:00