Changelog for
python-ryu-4.5-1.6.noarch.rpm :
* Tue Nov 15 2016 dmuellerAATTsuse.com- update to 4.5:
* Ensure that send() and send_msg() in controller return status to calling applications
* Clean up stale Datapath objects in the ofctl_service application
* packet lib: Add packet library of GRE
* ofproto/nx_actions: Update argument of NXActionCT
* ofproto/nx_actions: Revert API of NXAction
* manager: Except KeyboardInterrupt to suppress traceback
* stplib: Handle the port state not changed events
* stplib: Adopt to Python3
* rest_qos: Fix to handle the case without QoS action
* packet: support relayed DHCP packet
* Fix: LLDP.OrganizationallySpecific not ignoring info field
* test_parser: Add test data for some NXAction
* ofproto/nx_actions: Support some NXAction
* ofproto/nx_actions: Add comment for Ryu documents
* test_parser: Add test data for missing NXAction
* ofproto/nx_actions: Support missing NXAction
* ofproto/nx_actions: Update arguments to be compatible with ovs-ofctl
* test_parser: Add test data for NXAction used only in OpenFlow1.0
* ofproto/nx_actions: Add NXAction used only in OpenFlow1.0
* test_packet: Avoid to use array.array as input binary
* packet: Fix minimum ethernet frame length
* test_peer: Unit test for peer.py of BGPSpeaker
* BGPSpeaker: Support Four-Octet AS number
* packet/bgp: Support Four-Octet AGGREGATOR Path Attribute
* BGPSpeaker: Fix capability check when MP-BGP not supported
* fix of13 VLAN_PCP test case
* Ryu 4.4
* topology: ignore cfm packets on packet in
* topology: pep8 fixes
* ofproto: Fix example of OFPSetAsync message
* Update the readthedoc URL
* lib/ofctl_utils: Log the datapath sent to
* Avoid parallel executions of AppManager.close()
* python3: Use six.add_metaclass for metaclass
* python3: Use six.string_types instead of basestring
* python3: Improve Table class in services.protocols.bgp.info_base.base
* python 3: Replace deprecated logging.warn with logging.warning
* Python3: Explicit string type encoding
* BGPSpeaker: Remove unused utility modules
* BGPSpeaker: Fix unresolved references in Python3
* BGPSpeaker: Support Per-Peer AS
* packet_data_generator3/gen: Add some NXAction packets
* ofproto/nicira_ext: Move the variable and method for Nicira Extension
* tests/test_parser_v10: Update test parameter
* ofproto/nx_actions: Update arguments to be compatible with ovs-ofctl
* ofproto/ofproto_v1_0: Delete some NX actions
* ofproto/nx_actions: Porting the NX Action definition of ofproto_v1_0_parser
* ofproto/nx_actions: Update serialize and parse
* Extend OVSDB api
* Fix RuntimeError of lldp_packet_in_handler
* Ryu 4.3
* nx_match: add tun_ipv6_{src,dst}
* packet_data_generator3: Clear xid into zero
* ofproto: Implement OFPFlowMod parser
* doc: Add PCAP file library reference
* test_pcaplib: Add unit tests for pcaplib
* pcaplib: Reduce Pylint warnings
* test_bgp: Enable to test parser with pcap file
* packet/bgp: Reduce Pylint warnings
* bgp: fix typos
* test-requires: Update to use the latest Pylint
* Thu May 19 2016 tbechtoldAATTsuse.com- update to 4.2.1:
* packet/bgp: Add missing __hash__ function
* controller: Add backward compatibility for 6633 port
* Update default OpenFlow port to 6653
* BGP: Make RouteFamily class hashable
* doc: Remove warnings when building doc pages
* doc: Move Ryu App API doc into each source code
* network: Fix unresolved reference
* doc: Add description for EventOFPPortStateChange
* controller: Implement EventOFPPortStateChange
* doc/app/ofctl_rest: Remove unused match field
* doc/source/conf: Set the False to SmartyPants
* doc/app/ofctl_rest: Add a description for openflow1.5
* doc/app/ofctl_rest: Update the optional parameter of the message
* doc/app/ofctl_rest: Add pbb_uca to match field
* doc/app/ofctl_rest: Update the description method of Example
* doc/app/ofctl_rest: Add Openflow version
* Bump version requirement for oslo.config, given usage of min parameter to IntOpt
* tox: Integrate Coveralls.io
* tox: Add Python 3.5
* test_ofctl: Add test cases for new Actions of of15
* test_ofctl_rest: Add unit tests for ofctl_rest
* test_ofctl: Add test cases for OpenFlow 1.5
* ofctl_rest: Support OpenFlow 1.5
* lib/ofctl: Support OpenFlow 1.5
* ofproto_v1_5_parser: Fix serialized length of OFPActionCopyField
* ofctl_v1_4: Port some improvements from ofctl_v1_3
* ofctl_v1_4: Rename to get_queue_desc for uniformity
* ofctl_v1_4: Support request parameters
* ofctl_utils: Enhance user value conversion
* REST Apps: Adopt to Python 3
* topology: Adopt to Python 3
* ofctl_rest: Enable to omit port_no and queue_id
* ofctl_rest: Adopt decorator to simplify
* test_ofctl: Test cases for omitting port_no in get_queue_config
* lib/ofctl_v1_[23]: Unify the arguments order
* ofctl_utils: Confirm binary type data in send_experimenter
* test_import_module: Update test cases
* utils: fix for temporarily storing the value of sys.path
* Ryu 4.2
* Enable filtering the OVSDB schema tables/columns
* tox: Upgrade PyPy version to 2.6
* Eventlet throws a subclass of IOError when an SSL read timeout occurs. Ensure that the read loop continues in this case
* Added support for the tcp flags nicira extension
* Removes unnecessary Windows requirements- Adjust Requires
* Fri Mar 04 2016 tbechtoldAATTsuse.com- Initial packaging (version 4.0)