os-ken/ryu/lib
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
..
netconf Remove duplicated definitions 2015-06-30 17:00:24 +09:00
of_config python3: Apply "2to3 -f map" 2015-06-26 21:21:49 +09:00
ovs python3: Use six.text_type instead of unicode 2015-06-25 12:23:31 +09:00
packet packet_utils: Remove checksum() side-effect 2015-07-03 11:38:00 +09:00
xflow Reduce logging overhead by cleaning up logging calls 2015-03-16 21:11:10 +09:00
__init__.py initial commit 2011-12-09 15:56:05 +09:00
addrconv.py addrconv: remove embedded test code 2013-07-25 05:16:36 +09:00
alert.py Snort integrate: Add the snort lib supporting snort integration. Add an sample application simple_switch_snort.py which can dump alert message. 2014-09-01 15:16:05 +09:00
bfdlib.py python3: Continuous patch to replace str to six.binary_type 2015-06-27 21:08:46 +09:00
dpid.py wsgi/routes: add regex pattern for each REST component 2012-11-03 15:57:05 +09:00
hub.py eventlet has already supported WebSocket(RFC6455) in stable releases (>= 0.15) 2015-06-23 14:55:51 +09:00
igmplib.py lib: fix pep8 2014-05-14 13:19:16 +09:00
ip.py addrconv: use bytes instead of int to represent ipv4 addresses 2013-07-24 04:12:07 +09:00
lacplib.py lib: fix pep8 2014-05-14 13:19:16 +09:00
mac.py python3: Avoid applying ord() to integers 2015-06-25 12:23:31 +09:00
ofctl_v1_0.py ofctl_v1_0: fix output of get_flow_stats 2015-06-14 22:48:30 +09:00
ofctl_v1_2.py ofctl_v1_[23]: Ignore unkown match fields 2015-04-03 17:59:50 +09:00
ofctl_v1_3.py ofctl_v1_[23]: Ignore unkown match fields 2015-04-03 17:59:50 +09:00
ofp_pktinfilter.py Reduce logging overhead by cleaning up logging calls 2015-03-16 21:11:10 +09:00
pack_utils.py Move msg_pack_into from ofproto to lib 2015-02-16 13:05:32 +09:00
pcaplib.py python3: Continuous patch to replace str to six.binary_type 2015-06-27 21:08:46 +09:00
port_no.py lib/port_no: handling port_no as string 2013-03-31 18:11:00 +09:00
quantum_ifaces.py python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
rpc.py python3: Use six.binary_type for I/O of ryu.lib.rpc 2015-07-01 10:13:22 +09:00
snortlib.py python3: Continuous patch to replace str to six.binary_type 2015-06-27 21:08:46 +09:00
sockaddr.py Add a small library to deal with TCP-MD5 socket option 2014-06-29 08:19:49 +09:00
sockopt.py Add a small library to deal with TCP-MD5 socket option 2014-06-29 08:19:49 +09:00
stplib.py python3: Adapt to new iterator names 2015-06-20 21:19:12 +09:00
stringify.py python3: Store AsciiStringType class data as str 2015-07-03 11:38:00 +09:00
type_desc.py python3: Decode return value of b64encode into str 2015-06-29 22:09:41 +09:00