Commit Graph

  • d45bb9794e Removed ryu-bin.dirs, created on daemon startup. Thomas Goirand 2016-03-09 00:06:40 +01:00
  • 3645f49717 Standards-Version: 3.9.7 Thomas Goirand 2016-03-08 23:00:24 +00:00
  • b839f23821 Initial packaging. Thomas Goirand 2016-03-08 23:51:03 +01:00
  • c80fb9f0b3 Removed debian folder. 3.30+dfsg1 Thomas Goirand 2016-03-08 23:24:02 +01:00
  • 1adae0f4df Ryu 4.0 v4.0 FUJITA Tomonori 2016-03-04 05:56:43 +09:00
  • 4a99bb258a Typo fixes Victor J. Orlikowski 2016-02-26 12:06:14 -05:00
  • 1625117fbb of: add echo request support Victor J. Orlikowski 2016-02-26 11:53:47 -05:00
  • ed30a8b253 make socket-timeout config file option Victor J. Orlikowski 2016-02-26 11:45:55 -05:00
  • 477f2ddd70 Clean up socket close() handling Victor J. Orlikowski 2016-02-26 11:42:46 -05:00
  • f1f0ca2d16 Wrap handler calls in the event loop in a try/except and log exceptions Victor J. Orlikowski 2016-02-26 11:24:01 -05:00
  • db1c93249b Use a slightly lighter Queue implementation Victor J. Orlikowski 2016-02-26 11:21:24 -05:00
  • 876e35d430 Protect events queue with a semaphore Victor J. Orlikowski 2016-02-26 11:20:27 -05:00
  • 442aa61b6e .pylintrc: Remove deprecated output format feature IWASE Yusuke 2016-02-22 13:32:33 +09:00
  • 4d8c6d3a7c run_mininet: Specify the controller port IWASE Yusuke 2016-02-22 13:29:51 +09:00
  • f2bb13dbb5 run_mininet: Adopt utility methods of Mininet class IWASE Yusuke 2016-02-22 13:29:50 +09:00
  • 6b10a3b45a run_mininet: Support protocols option of ovs-vsctl IWASE Yusuke 2016-02-22 13:29:49 +09:00
  • 7b5d6bd24a ofp_handler: Handle empty data field in OFPErrorMsg IWASE Yusuke 2016-02-22 13:20:30 +09:00
  • 51fcda83b5 lib/ofctl: add test files for ofctl_v14 Minoru TAKAHASHI 2016-02-22 11:51:07 +09:00
  • 31d56d0d32 lib/ofctl: add ofctl_v1_4 library Minoru TAKAHASHI 2016-02-22 11:49:24 +09:00
  • c56edd5890 app/ofctl_rest: support OpenFlow1.4 Minoru TAKAHASHI 2016-02-22 11:48:29 +09:00
  • 6b3c4dfd43 ofproto: Fixes invalid async config property types Minoru TAKAHASHI 2016-02-18 13:06:11 +09:00
  • ede171c529 simple_switch: Separate simple_switch for beginners IWASE Yusuke 2016-02-12 15:39:50 +09:00
  • af5e6b5fb7 drop python2.6 support FUJITA Tomonori 2016-02-10 14:29:46 +09:00
  • 27409a544e Fix i386 test failures Corey Bryant 2016-02-16 10:37:57 -05:00
  • 5552348c7c test_parser: add an NXActionRegLoad test IWAMOTO Toshihiro 2016-02-03 18:02:21 +09:00
  • d4c6e154d5 packet_data_generator3: generate an NXActionRegLoad packet IWAMOTO Toshihiro 2016-02-03 18:02:20 +09:00
  • 8830f61caf Implement NXActionRegLoad IWAMOTO Toshihiro 2016-02-03 18:02:19 +09:00
  • efc859eebf test_parser: Fix ofp_multipart_type in OFPFlowStatsRequest IWASE Yusuke 2016-02-10 13:58:10 +09:00
  • 5cb8f8ccc7 ofproto_v1_5_parser: Add missing field in OFPMeterFeaturesStats IWASE Yusuke 2016-02-10 13:58:09 +09:00
  • a1fd26f89a ofproto_v1_5_parser: Fix unresolved structure references IWASE Yusuke 2016-02-10 13:58:08 +09:00
  • e24fd2fd79 test_parser: Add missing packet data for OFP15 IWASE Yusuke 2016-02-10 13:58:07 +09:00
  • 2ae4f884ab tox: Adapt to PyPy interpreter IWASE Yusuke 2016-02-10 13:47:04 +09:00
  • 4dc709d90d of12/3/4/5: fix to_jsondict of OFPActionSetField Minoru TAKAHASHI 2016-02-10 13:10:12 +09:00
  • 00c7d2918d protocols/bgp: Log socket creation error Jason Kölker 2016-02-08 17:02:56 +00:00
  • 4f1a4db7a4 Ryu 3.30 v3.30 3.30 FUJITA Tomonori 2016-02-02 09:27:53 +09:00
  • 1076dfd3b4 Update conntrack test json and binary packets IWAMOTO Toshihiro 2016-02-01 12:30:45 +09:00
  • 135a1cb4cd test_parser: add conntrack NAT tests IWAMOTO Toshihiro 2016-02-01 13:12:33 +09:00
  • 1d75182e9e packet_data_generator3: add a couple of conntrack packets IWAMOTO Toshihiro 2016-02-01 13:12:32 +09:00
  • 9fe0126b93 Implement NXActionNAT IWAMOTO Toshihiro 2016-02-01 13:12:31 +09:00
  • 28cb1d59d9 rest_router: Ensure that usage of icmp.dest_unreach and icmp.TimeExceeded complies with RFC 4884 Victor Orlikowski 2016-01-31 14:36:45 +00:00
  • 8f7d302fd5 packet: Better validate parameters to constructors better icmp Victor Orlikowski 2016-01-31 14:54:06 +09:00
  • 0b00bfb274 doc: remove obsolete OpenStack info FUJITA Tomonori 2016-01-31 14:20:38 +09:00
  • 0bfdd1e8fb bgp: Clean up syntax in services/protocols/bgp/operator/views/base.py to avoid SyntaxErrors Victor Orlikowski 2016-01-21 20:36:47 +00:00
  • e3d0721892 Reconnected event additions and cleanups Victor Orlikowski 2016-01-27 05:53:15 +00:00
  • 14379f280b test: Yet another typo fix Victor Orlikowski 2016-01-27 05:54:18 +00:00
  • 8a90e9a830 test: ImportError fix, error caused by unordered import Link Ygor Amaral 2016-01-26 00:59:05 -03:00
  • 648ac64fd6 topology: Make sure the last IP in the list is the newest IP. Chia-Lin Cho 2016-01-22 21:20:58 +08:00
  • 63f9502ea0 Message cleanup in ofproto_parser Victor Orlikowski 2016-01-26 04:14:06 +00:00
  • 849a9e3a4d Typo cleanup Victor Orlikowski 2016-01-26 04:14:41 +00:00
  • 9386be6ebc Typo fixes in lib/packet/bgp.py Victor Orlikowski 2016-01-21 20:05:28 +00:00
  • c1c78269ac Fix: "AddrFormatError: address '...' is not an EUIv48" Jan Keler 2016-01-20 11:10:00 +01:00
  • 73416eacb1 packet/bgp: Gaurd against extra data in the buffer Jason Kölker 2016-01-26 05:01:57 +00:00
  • a71c2a9e1b protocols/ovsdb: Forcably kill the main_thread Jason Kölker 2016-01-27 04:20:56 +00:00
  • 636de20197 protocols/ovsdb: Handle accept() errors Jason Kölker 2016-01-27 04:20:55 +00:00
  • df065f5bb1 protocols/ovsdb: Handle disconnects gracefully Jason Kölker 2016-01-27 04:20:54 +00:00
  • 5d04752421 test: disable rpc unittest with large file for now FUJITA Tomonori 2016-01-30 22:00:19 +09:00
  • 75fe76c4a5 ofproto/NXAction: Fix NXActionUnknown parsing Minoru TAKAHASHI 2016-01-21 13:32:24 +09:00
  • 97ebd2fc56 of14_parser: unify OFPActionExperimenter implementation Minoru TAKAHASHI 2016-01-21 13:31:54 +09:00
  • dbbd05f7bb test_ofctl: Update json representations IWASE Yusuke 2016-01-19 13:46:12 +09:00
  • 001a6956f2 test_ofctl_utils: Add unit tests for ofctl_utils.py IWASE Yusuke 2016-01-19 13:46:11 +09:00
  • 19e49c861f lib/ofctl: Add utility library for ofctl_v1_*.py IWASE Yusuke 2016-01-19 13:46:10 +09:00
  • 9571fde7dd doc: Add Nicira Extension Structures references IWASE Yusuke 2016-01-18 16:37:58 +09:00
  • a2d71f3198 doc: ofproto_ref: Update supported actions/matches list IWASE Yusuke 2016-01-18 16:37:57 +09:00
  • 6d2b1c5035 packet_data: regen IWASE Yusuke 2016-01-18 10:56:17 +09:00
  • de2602bac7 test_parser: Add expected json representations IWASE Yusuke 2016-01-18 10:56:16 +09:00
  • aa3a2d5949 packet_data_generator2: Add some OFP13/15 messages IWASE Yusuke 2016-01-18 10:56:15 +09:00
  • 7d626a55b2 lib/ofctl_v1_*: Confirm hw_addr is str in mod_port_behavior IWASE Yusuke 2016-01-18 10:53:09 +09:00
  • a40efc3a45 test_ofctl: Compare sent messages in json representation IWASE Yusuke 2016-01-18 10:53:08 +09:00
  • beb3353e39 Remove old link when link updates Chia-Lin Cho 2016-01-04 22:59:59 +08:00
  • ecfd21e5f9 fixes for mutable default arguments Minoru TAKAHASHI 2016-01-06 17:35:16 +09:00
  • 7826290ba6 Cleanup variable name for clarity Victor Orlikowski 2015-12-30 17:59:50 +00:00
  • 2250171098 cap oslo.config version only in python2.6 FUJITA Tomonori 2016-01-08 21:07:35 +09:00
  • cd779e2c55 Ryu 3.29 v3.29 FUJITA Tomonori 2016-01-04 09:50:45 +09:00
  • 27ca64c726 Generate new datapath event for switch connecting multiple times Victor Orlikowski 2015-12-25 06:11:56 +00:00
  • 6945ad3ef1 Fix handling of state transition to config mode Victor Orlikowski 2015-12-25 05:46:52 +00:00
  • 46f4ced165 Clean up for stability patch submitted previously Victor Orlikowski 2015-12-25 05:42:01 +00:00
  • c085c0d40e Ensure to terminate threads where RyuApp.start() gives a thread object IWAMOTO Toshihiro 2015-12-24 14:09:39 +09:00
  • 4feded18f3 ofctl_v1/2/3: Some improvements Minoru TAKAHASHI 2015-12-24 16:48:07 +09:00
  • 3e86414b02 of14: Add action experimenter to flow stats reply unit test Minoru TAKAHASHI 2015-12-24 16:46:44 +09:00
  • 541dc65026 test_tcp: Update test cases for tcp option IWASE Yusuke 2015-12-24 15:55:23 +09:00
  • 9521e46181 lib/packet/tcp: Parse TCP Option field IWASE Yusuke 2015-12-24 15:55:22 +09:00
  • d9ecfccdc8 bgp: fix handling unknown and unsupported transitive path ISHIDA Wataru 2015-12-24 13:32:23 +09:00
  • fede089e93 ofp_handler: Remove sending SET_CONFIG message IWASE Yusuke 2015-12-22 14:13:16 +09:00
  • d736b830b9 lib/ofctl: Add test cases for ofctl_v1_0 IWASE Yusuke 2015-12-22 11:49:23 +09:00
  • 83d529a979 lib/ofctl: Add test cases for ofctl_v1_2 IWASE Yusuke 2015-12-22 11:49:22 +09:00
  • 77f8628574 lib/ofctl: Add test cases for ofctl_v1_3 IWASE Yusuke 2015-12-22 11:49:21 +09:00
  • 1025d18297 lib/ofctl: Implement unit test for sending messages IWASE Yusuke 2015-12-22 11:49:20 +09:00
  • 41e81c500a lib/ofctl: Rename unit test for action/match IWASE Yusuke 2015-12-22 11:49:19 +09:00
  • ed6adb6d83 lib/ofctl: Confirm UTF-8 in binary fields IWASE Yusuke 2015-12-22 11:49:18 +09:00
  • 366044d724 ofproto_v1_[23]_parser: Add default arguments in OFPQueueProp IWASE Yusuke 2015-12-22 11:49:17 +09:00
  • d58d93f2db test_parser: Add some expected json representations IWASE Yusuke 2015-12-22 11:49:16 +09:00
  • 9418dc530d packet_data: Regen IWASE Yusuke 2015-12-22 11:49:15 +09:00
  • d0c9ddd659 packet_data_generator: Add ofp_group_stats messages for OF1.2 IWASE Yusuke 2015-12-22 11:49:14 +09:00
  • 6e4b2b67a3 ofproto_v1_[2345]_parser: Set default length field IWASE Yusuke 2015-12-22 11:49:13 +09:00
  • 1ed92b25b5 avoid oslo.config 3.1.0 and later for python2.6 support FUJITA Tomonori 2015-12-08 21:48:38 +09:00
  • 106e88f77a test_controller: Add unit test for _recv_loop() IWASE Yusuke 2015-12-04 14:56:55 +09:00
  • 0a223481dd controller: Split received message buffer IWASE Yusuke 2015-12-04 14:56:54 +09:00
  • 7c8525078a Use HTTPS where available Robert Buchholz 2015-12-06 01:21:21 +01:00
  • 6ca70939a4 Fix a stability issue relating to switch disconnection/re-connection events. Victor J. Orlikowski 2015-12-02 10:27:07 -05:00
  • f449488e6a Ryu 3.28 v3.28 FUJITA Tomonori 2015-12-02 09:04:18 +09:00