Commit Graph

  • fa4318ba69 python3: Convert chr to six.int2byte IWAMOTO Toshihiro 2015-07-03 11:27:18 +09:00
  • c31d6e8669 Fix test packet data generation IWAMOTO Toshihiro 2015-07-03 11:27:17 +09:00
  • 675a7dbc37 Use the asciilist type for lists of ip addresses IWAMOTO Toshihiro 2015-07-03 11:27:16 +09:00
  • eff5326d47 python3: Misc str related fixups IWAMOTO Toshihiro 2015-07-03 11:27:15 +09:00
  • 60c51214f3 python3: Round time() return value to microseconds IWAMOTO Toshihiro 2015-07-03 11:27:14 +09:00
  • 01ac890ec8 python3: Adapt to iterator change IWAMOTO Toshihiro 2015-07-03 11:27:13 +09:00
  • f99b504742 python3: Use b'str' for binary data IWAMOTO Toshihiro 2015-07-03 11:27:12 +09:00
  • 8df05b17d0 python3: Convert str to six.binary_type IWAMOTO Toshihiro 2015-07-03 11:27:11 +09:00
  • 0fc3d72ba2 packet_utils: Remove checksum() side-effect IWAMOTO Toshihiro 2015-07-03 11:27:10 +09:00
  • 57f9f8f27d python3: Use {encode, decode}('ascii') for text packet data IWAMOTO Toshihiro 2015-07-03 11:27:09 +09:00
  • ed5b3edd27 python3: Partially revert b'str' conversion IWAMOTO Toshihiro 2015-07-03 11:27:08 +09:00
  • e86e8c88b0 python3: Use six.indexbytes for extracting single byte of data IWAMOTO Toshihiro 2015-07-03 11:27:07 +09:00
  • 7da17ac941 python3: Store AsciiStringType class data as str IWAMOTO Toshihiro 2015-07-03 11:27:06 +09:00
  • 1bb849b304 Ryu 3.23 v3.23 FUJITA Tomonori 2015-07-02 08:20:53 +09:00
  • fe128c1172 python3: fix bgp reggression FUJITA Tomonori 2015-07-01 10:44:01 +09:00
  • ffb409135e python3: Misc. python3 fix IWAMOTO Toshihiro 2015-06-30 17:01:58 +09:00
  • 8fe50be72f python3: Make stringify test functional IWAMOTO Toshihiro 2015-06-30 17:01:57 +09:00
  • 698cf43b03 python3: Make ryu.utils.hex_array functional IWAMOTO Toshihiro 2015-06-30 17:01:56 +09:00
  • fb6256ab17 python3: Use b'str' for binary data IWAMOTO Toshihiro 2015-06-30 17:01:55 +09:00
  • 675f33d664 python3: Use six.binary_type for I/O of ryu.lib.rpc IWAMOTO Toshihiro 2015-06-30 17:01:54 +09:00
  • 464f56070d python3: Use 'str' not b'str' for user test data IWAMOTO Toshihiro 2015-06-30 17:01:53 +09:00
  • 7984bf5035 python3: Restore original str()s where six.binary_type shouldn't be used IWAMOTO Toshihiro 2015-06-30 17:01:52 +09:00
  • 093776af17 python3: fix bgp reggression FUJITA Tomonori 2015-06-29 22:51:57 +09:00
  • 0e4fec9f1f Avoid string exception raising Yusuke Iwase 2015-06-30 16:46:29 +09:00
  • fe86b9527e packet.ospf: Avoid parameter 'cls' reassignment Yusuke Iwase 2015-06-30 16:45:22 +09:00
  • 4d9819c4a3 Remove duplicated definitions Yusuke Iwase 2015-06-30 16:44:14 +09:00
  • ebb69c8dad test_ofctl: Fix dynamic addition of test cases Minoru TAKAHASHI 2015-06-30 16:23:39 +09:00
  • 5250352b4e test_ofctl: Some improvement Minoru TAKAHASHI 2015-06-30 16:23:11 +09:00
  • 269028ee18 test_ofctl: Remove unused codes Minoru TAKAHASHI 2015-06-30 16:22:42 +09:00
  • 45f3db2640 test_ofctl: Add unit test for ofctl_v1_0 Minoru TAKAHASHI 2015-06-30 16:22:03 +09:00
  • 576d186351 python3: Don't use str.encode IWAMOTO Toshihiro 2015-06-29 20:03:13 +09:00
  • 39697ad1e7 python3: Remove harmful AsciiStringType.{encode, decode} IWAMOTO Toshihiro 2015-06-29 19:51:13 +09:00
  • 01a3cde6ac python3: Decode return value of b64encode into str IWAMOTO Toshihiro 2015-06-29 19:51:12 +09:00
  • 2f74871758 python3: More b'str' conversion IWAMOTO Toshihiro 2015-06-29 19:51:11 +09:00
  • 25b3f23c2f python3: Calculate the number of ports as integer fumihiko kakuma 2015-06-29 16:00:59 +09:00
  • 8c8be53de6 python3: encode from string to bytes for s type of pack format fumihiko kakuma 2015-06-29 16:00:58 +09:00
  • 4099aec69a python3: Modify a literal argument in a bytes method call to bytes type fumihiko kakuma 2015-06-29 16:00:57 +09:00
  • 815dc505b7 Add support for pkt_mark nicira ext (NXM_NX_PKT_MARK) Eran 2015-06-26 01:08:03 -07:00
  • 645ae7633f python3: Continuous patch to replace buffer to six.binary_type fumihiko kakuma 2015-06-27 21:07:19 +09:00
  • b48fedc729 python3: Continuous patch to replace str to six.binary_type fumihiko kakuma 2015-06-27 21:07:18 +09:00
  • 89bc04b4ae python3: Convert str to six.binary_type IWAMOTO Toshihiro 2015-06-26 18:03:39 +09:00
  • 27134712f1 python3: More b'str' conversion IWAMOTO Toshihiro 2015-06-26 18:03:38 +09:00
  • a9b250da75 python3: Apply "2to3 -f map" IWAMOTO Toshihiro 2015-06-26 18:03:37 +09:00
  • 227b8fd984 python3: Convert str to six.binary_type where appropriate IWAMOTO Toshihiro 2015-06-26 14:08:34 +09:00
  • 7421556723 python3: Use six.binary_type instead of str for binary data fumihiko kakuma 2015-06-26 14:08:33 +09:00
  • 955daab412 python3: adapt @wsgi.route() Satoshi KOBAYASHI 2015-06-25 19:11:21 +09:00
  • 02ab23fcb8 python3: Use items instead of iteritems IWAMOTO Toshihiro 2015-06-24 18:47:10 +09:00
  • 5ab96772b8 python3: Use zip instead of itertools.izip IWAMOTO Toshihiro 2015-06-24 18:47:09 +09:00
  • f4b405f31a python3: Avoid applying ord() to integers IWAMOTO Toshihiro 2015-06-24 18:47:08 +09:00
  • 2749f9d4ed python3: Use formencode instead of xml_compare IWAMOTO Toshihiro 2015-06-24 18:47:07 +09:00
  • 5b7fee0641 python3: Open packet data with binary mode IWAMOTO Toshihiro 2015-06-24 18:47:06 +09:00
  • a23734444c python3: Fix dynamically added test methods IWAMOTO Toshihiro 2015-06-24 18:47:05 +09:00
  • 536a42d8c1 python3: Use b'str' for binary literals IWAMOTO Toshihiro 2015-06-24 18:47:04 +09:00
  • 79ad56e682 python3: Remove use of buffer() IWAMOTO Toshihiro 2015-06-24 18:47:03 +09:00
  • 267bcda006 python3: Use six.text_type instead of unicode fumihiko kakuma 2015-06-24 14:05:18 +09:00
  • f65ecadfaa eventlet has already supported WebSocket(RFC6455) in stable releases (>= 0.15) FUJITA Tomonori 2015-06-23 05:33:56 +09:00
  • 4ee2f054d2 python3: Use integer division where appropriate IWAMOTO Toshihiro 2015-06-22 19:10:00 +09:00
  • 7681cf91ea python3: Fix import issues with python2 IWAMOTO Toshihiro 2015-06-22 12:09:31 +09:00
  • 75e8c58916 python3: Use bytes type for binary data IWAMOTO Toshihiro 2015-06-20 00:10:27 +09:00
  • c0590ea903 python3: Adapt to new iterator names IWAMOTO Toshihiro 2015-06-20 00:10:26 +09:00
  • c3c2112cb1 python3: Fix starndard library imports IWAMOTO Toshihiro 2015-06-20 00:10:25 +09:00
  • 6adf399345 ofproto: Fix ImportError on python3 IWAMOTO Toshihiro 2015-06-20 00:10:24 +09:00
  • e83acc434d tox.ini: Be able to run python3 unit tests IWAMOTO Toshihiro 2015-06-20 00:10:23 +09:00
  • d67a22647f test_parser_ofpstats: Add unit test for OFPStats class Yusuke Iwase 2015-05-28 11:53:45 +09:00
  • 05984d0c04 ofproto_v1_5_parser: Add OPFStats parser for Flow Stats Structures Yusuke Iwase 2015-05-28 11:52:48 +09:00
  • 7510d10a3e test_oxs: Add unit test for oxs_fields.py Yusuke Iwase 2015-05-28 11:51:30 +09:00
  • c7503bfe0b oxs_fields: Add OXS class support Yusuke Iwase 2015-05-28 11:50:37 +09:00
  • 45d0ce7467 add url to of-dpa insider site FUJITA Tomonori 2015-06-18 16:56:15 +09:00
  • ce219b31b4 Clean up server socket and thread when shutting down Jerry Cen 2015-06-15 14:27:46 -07:00
  • d3e9f6b06d Fixed the function name of out filter Jerry Cen 2015-06-15 14:57:28 -07:00
  • 9251504f15 ofctl_rest: fix error of delete_flow_entry Minoru TAKAHASHI 2015-06-16 13:46:10 +09:00
  • cd46e0685f ofctl_v1_0: fix output of get_flow_stats Minoru TAKAHASHI 2015-06-09 09:55:07 +09:00
  • 8e7a4c6ddb Ryu 3.22 v3.22 FUJITA Tomonori 2015-06-04 21:40:47 +09:00
  • d573cb9bd8 test_parser: Add some expected json representations IWAMOTO Toshihiro 2015-05-29 12:16:04 +09:00
  • 74c04e9659 packet_data: Regen IWAMOTO Toshihiro 2015-05-29 12:16:03 +09:00
  • 2b09bd0faf packet_data_generator2: Generate conjunction packets IWAMOTO Toshihiro 2015-05-29 12:16:02 +09:00
  • 50769ac837 Implement NXActionConjunction and conj_id match for OF1.3 and OF1.5 IWAMOTO Toshihiro 2015-05-29 12:16:01 +09:00
  • 5b280f4915 Add missing ryu.contrib.update_module_path calls YAMAMOTO Takashi 2015-05-26 16:34:55 +09:00
  • 9414322f30 Cap pbr version YAMAMOTO Takashi 2015-05-26 16:34:54 +09:00
  • 12fd9e26b4 packet_data: Regen YAMAMOTO Takashi 2015-05-15 11:03:41 +09:00
  • dfcb5cd920 packet_generator2: learn action YAMAMOTO Takashi 2015-05-15 11:03:40 +09:00
  • af5d973c2e test_parser: Add some expected json representations YAMAMOTO Takashi 2015-05-15 11:03:39 +09:00
  • f6e2134f29 ofproto_v1_5: Add legacy NXM aliases for some OXMs YAMAMOTO Takashi 2015-05-15 11:03:38 +09:00
  • 36f8825b75 ofproto_v1_3: Add legacy NXM aliases for some OXMs YAMAMOTO Takashi 2015-05-15 11:03:37 +09:00
  • 3c7012fe43 Pull nx_actions for OpenFlow 1.5 YAMAMOTO Takashi 2015-05-15 11:03:36 +09:00
  • 0c9726efdf _NXFlowSpec: Add type annotation for stringify stuff YAMAMOTO Takashi 2015-05-15 11:03:35 +09:00
  • 765c847c78 nx_actions: Modify __module__ for generated classes for stringify stuff YAMAMOTO Takashi 2015-05-15 11:03:34 +09:00
  • 9510f513d9 NXActionRegMove: Add type annotation for stringify stuff YAMAMOTO Takashi 2015-05-15 11:03:33 +09:00
  • c73d7303a6 Adapt to namespace-less oslo YAMAMOTO Takashi 2015-05-15 11:03:32 +09:00
  • e14c49abc8 test_lib: Remove a questional exception re-raising YAMAMOTO Takashi 2015-05-15 11:03:31 +09:00
  • d90209e871 Be able to parse classes that start with "NX" IWAMOTO Toshihiro 2015-05-15 10:52:49 +09:00
  • 3318324bb6 Ryu 3.21 v3.21 FUJITA Tomonori 2015-05-02 14:37:54 +09:00
  • 2a00087221 Suppress warning Satoshi Kobayashi 2015-04-30 15:27:56 +09:00
  • 3c68b43e1a sw test tool: Fix typo Claudio Pisa 2015-04-29 14:15:03 +02:00
  • 2639d7c240 tests: Remove some unnecessary shebangs YAMAMOTO Takashi 2015-04-27 14:35:57 +09:00
  • c25a05ce36 packet_data: Regen YAMAMOTO Takashi 2015-04-27 14:35:56 +09:00
  • 368d7a732c test_parser: Add expected json representations YAMAMOTO Takashi 2015-04-27 14:35:55 +09:00
  • bd5d4c2841 packet_data_generator2: Generate OF1.3 packets where appropriate YAMAMOTO Takashi 2015-04-27 14:35:54 +09:00
  • c037915f44 packet_data_generator2: Make the list of OF versions per messages YAMAMOTO Takashi 2015-04-27 14:35:53 +09:00
  • ac7988f15b tests: Fix dynamically added test cases YAMAMOTO Takashi 2015-04-27 14:35:52 +09:00