SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-ryu-4.10-1.3.noarch.rpm :
Mon Sep 18 14:00:00 2017 dmuellerAATTsuse.com
- update to 4.10:

* library_packet_ref: Update dhcp reference method

* test_dhcp: Extend unit test for fragmented options

* packet/dhcp: Revert b\'str\' conversion

* packet/dhcp: Support fragmented options

* BGPSpeaker/net_ctrl: Support multiple RPC sessions

* BGPSpeaker/base: Stop child activity by name

* BGPSpeaker/net_ctrl: Move _send_
*_response() function

* BGPSpeaker/net_ctrl: Close RPC session when disconnected

* BGPSpeaker/net_ctrl: Pylint and fixes of typos

* rpc_cli: Avoid to use eval()

* rpc_cli: Close peer connections when exiting prompt

* rpc_cli: Enable to execute a single command

* ryu/app: Use Request/Response wrappers in REST Apps

* wsgi: Wrapper classes of Request/Response in WebOb

* library_bgp_speaker_ref: Fix unexpected unindent

* optional-requires: Specify lxml version for OpenStack

* ryu-client: Remove client for OpenStack plugin/agent

* doc: Deprecate OpenStack plugin ref

* test_geneve: Add unit tests for Geneve

* packet lib: Add packet library of Geneve

* test_gre: Add unit tests for NVGRE

* packet/gre: Support NVGRE extension

* doc: library_packet_ref: Update references

* rest_router: Fix ARP THA in reply message

* install_docker_test_pkg: Remove unnecessary pip pacakges

* tox: Move dependencies installation to .travis.yml

* bgp_scenario_test: Switch Python version

* test_requirements: Test cases for checking requirements

* tox: Test ryu-manager without additional requirements

* pip: Add doc requirements for convenience

* library_bgp_speaker_ref: Fix unexpected indentation

* doc: Add MRT file library reference

* test_mrtlib: Add unit tests for MRT paser

* mrtlib: Add parser for MRT format [RFC6396]

* packet/ospf: Reduce Pylint warnings

* type_desc: Define TypeDisp class for re-usability

* bgp_scenario_test/bgp: Pylint

* bgp_scenario_test/common: Pylint

* Delete an unnecessary function

* Get some debug information

* Add DHCP options constants to DHCP lib

* lib/ofctl_v_
*: Enable to filter flow stats by priority

* packet/bgp: Fix default of esi for IP Prefix route

* BGPSpeaker: ESI to be optional arg in MAC/IP Adv route

* packet/bgp: Support multiple next_hop in BGPPathAttributeMpReachNLRI

* packet/bgp: Unpack mpls_label in BGPPathAttributePmsiTunnel

* stringify: Add optional attributes list to be displayed

* packet/bgp: Support multiple BGP messages in a packet

* BGPSpeaker: Support Ethernet A-D Route and Ethernet Segment Route

* packet/bgp: Fix the ESI Label Extended Community to use mpls_label

Fri Dec 16 13:00:00 2016 tbechtoldAATTsuse.com
- update to 4.9:

* scenario test: Fix the wrong retry check in command execution

* Enable to run a scenario test with a specific python version

* rest_firewall: Compare reserved port in str representation

* test_vsctl: Use osrg/ryu-book image as Mininet container

* test_vsctl: Wait for loading OVS kernel module

* integrated/bgp: Use Ubuntu:16.04 for base image

* docker_base: Update base image to Ubuntu:16.04

* BGPSpeaker: Confirm SSH feature to be optional

* docker_base: Add missing requirements for test-requires

* README: Use pip to resolve dependencies

* pip: Separate test-requires

* RPC: Specify encoding to msgpack.Packer/Unpacker

* test_rpc: Use numbers.Integral instead of long type

* wsgi: Avoid using inspect.getargspec

* wsgi: Reduce pylint warnings

* wsgi: Use six.text_type instead of unicode

* contrib: Revert module path to ryu.contrib

* protocols/bgp/base: Add missing __next__ method

* BGPSpeaker: Support to advertise EVPN IP Prefix route

* packet/bgp: Support for IP Prefix Route encoding

* packet/bgp: Fix the EvpnNLRI to use the ryu.lib.packet.vxlan

* packet/bgp: Fix the EvpnNLRI to use the ryu.lib.packet.mpls

* packet/bgp: Fix the EvpnNLRI to use the ryu.lib.ip

* BGPSpeaker: Enable to set capability for IPv6

* test_bgp: Add test cases for IPv6 and VPNv6 routes

* test_bgp: Enable to check parsed BGP message

* packet/bgp: Refactor MP_REACH_NLRI and MP_UNREACH_NLRI

* lib/ip: Add method to convert IPv4/IPv6 to int

* test_bgp: Uncomment out test case for UPDATE

* packet/bgp: Enable Extended Length flags if specified

* pip: Move tinyrpc to pip-requires

Tue Nov 15 13:00:00 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

Tue Nov 15 13:00:00 2016 dmuellerAATTsuse.com
- update to 4.8.1:

* pip: Move tinyrpc to pip-requires

* Ryu 4.8

* contrib/tinyrpc: Remove embedded tinyrpc, use upstream

* contrib/ncclient: Remove embedded ncclient, use upstream

* ut/ovs: Add UT using Docker for ryu.lib.ovs

* BGPSpeaker: Support to advertise PMSI Tunnel Attribute

* packet/bgp: Add PMSI Tunnel Attribute

* packet/vxlan: Add method to convert the format of vni

* packet/mpls: Add method to convert the format of label

* lib/ip: Add method to convert the format of Ipv4 or Ipv6

* Enable to run a scnario test for ryu bgp on travis

* Add scripts which install a dependency package

* Add bgp scenario tests

* Add bgp scenario tests tool

* bgp/application: Re-implement base BGP application

* flags: Add CLI options for BGP application

* BGPSpeaker: Enable to specify settings for SSH CLI

* bgp/operator/ssh: Enable to quit gracefully

* bgp/operator/ssh: Reduce pylint warnings

* BGPSpeaker: Use dictConfig in the standard library

* utils: Backward compatibility for \'imp.load_source\'

* Log OFPErrorMsg.data as ascii when type is OFPET_HELLO_FAILED

* ovs/vsctl: Fix API for parsing column/key/value set

* ovs/vsctl: Add missing Controller commands in OVS v2.6.0

* ovs/vsctl: Add missing Port commands in OVS v2.6.0

* ovs/vsctl: Add missing Interface commands in OVS v2.6.0

* ovs/vsctl: Add missing Bridge commands in OVS v2.6.0

* ovs/vsctl: Sort out commands order

* ovs/bridge: Add APIs for missing Database commands

* ovs: Add API corresponding to ovs-vsctl remove command

* ovs: Add API corresponding to ovs-vsctl add command

* ovs: Add API corresponding to ovs-vsctl list command

* ovs: Add API corresponding to ovs-vsctl add-bond command

* ovs/vsctl: Update command list with OVS v2.6.0

* ovs/vsctl: Avoid applying next() to non-iterator object

* ovs/vsctl: Add missing required argument for find_vlan_bridge

* ovs: Reduce pylint warnings

* ovs: Revert ovs module path

* ovs/vsctl: Fix VSCtlCommand to inherit StringifyMixin

* ovs/vswitch_idl: Update OVSDB schema with v7.14.0

* ovs/vsctl: Change log level of redundant messages

* rest_router: Fix conversion of Packet Library to dict

* dpset: Fix iteration error when disconnecting switches

* test_parser: Add an truncate packet test

* test_parser: Enable tests for truncated packets

* ofproto_v1_3_parser: Raise OFPTruncatedMessage exception on truncated messages

* ofproto/nicira_ext: Add missing NXMs in OVS v2.6.0

* ryu/lib/ofctl_v1_3: port name decoding fix

* BGPSpeaker: Enhance APIs for operator.show

* Ryu 4.7

* BGPSpeaker: Fix to enable to notify peer down

* use old cryptography version

* packet: Avoid parsing an empty buffer

* pip-requires: Add ovs>=2.6.0

* doc: Add API reference for REST EVPN switch

* app: Add sample application for REST EVPN switch

* app: Integrate aplication of Ryu-book

* ovs/bridge: Enable to request tunnel port number

* ovs/bridge: Add utility method to create VXLAN port

* ovs/bridge: Make local_ip to optional field for tunnel

Thu May 19 14:00:00 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 4 13:00:00 2016 tbechtoldAATTsuse.com
- Initial packaging (version 4.0)


 
ICM