summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-10RyuApp: allow observing events without having handlersYAMAMOTO Takashi
2014-04-10RyuApp.get_handlers: restructure code and add a commentYAMAMOTO Takashi
2014-04-10RyuApp: add a method to unregister a handlerYAMAMOTO Takashi
2014-04-10controller.handler: simplify codeYAMAMOTO Takashi
2014-04-10controller.handler: use normal classes rather than a namedtupleYAMAMOTO Takashi
2014-04-10controller.handler: g/c now unused codeYAMAMOTO Takashi
2014-04-07igmplib: Fix a problem that querier stops sending a query messageYuichi Ito
2014-04-02Ryu 3.8FUJITA Tomonori
2014-04-01bgp: fix pep8FUJITA Tomonori
2014-04-01bgp: enable to propagate ipv4 networksISHIDA Wataru
2014-04-01bgp: improved debug message in neighbor creationISHIDA Wataru
2014-04-01bgp: changed default configuration value for ease of use with bgp4ISHIDA Wataru
2014-04-01bgp: use hub.Event to wait for the core_service boot instead of sleepISHIDA Wataru
2014-04-01bgp: enable to show ipv4 ribISHIDA Wataru
2014-04-01bgp: send BGP UPDATE msg in BGP4 format when nlri is ipv4ISHIDA Wataru
2014-04-01bgp: handle non-MPBGP UPDATE msgISHIDA Wataru
2014-04-01bgp: remove inappropriate assertion assuming only MPBGP (not BGP4)ISHIDA Wataru
2014-04-01bgp: fix wrong pathISHIDA Wataru
2014-04-01add BGP daemon featureFUJITA Tomonori
2014-04-01ofctl_v1_3: Fix to enable using meter flags multiplyYuichi Ito
2014-03-30stplib: reduce unnecessary constantYuichi Ito
2014-03-30sw test tool: Add default test files (meter)Yuichi Ito
2014-03-30sw test tool: Add support for throughput analysisYuichi Ito
2014-03-30sw test tool: Enable throughput analysisYuichi Ito
2014-03-30sw test tool: Add support for getting throughputYuichi Ito
2014-03-30sw test tool: Add support for installation of flows for throughput analysisYuichi Ito
2014-03-30sw test tool: Add support for deletion of flows for throughput analysisYuichi Ito
2014-03-30sw test tool: Enable parsing a new 'egress' formatYuichi Ito
2014-03-30sw test tool: Enable sending packets continuouslyYuichi Ito
2014-03-30sw test tool: Rename STATE_UNMATCH_PKT_SEND to STATE_SEND_BARRIERYuichi Ito
2014-03-30sw test tool: Refactor packet sending processesYuichi Ito
2014-03-30sw test tool: Add support for sending packets continuouslyYuichi Ito
2014-03-30sw test tool: Enable parsing a new 'ingress' formatYuichi Ito
2014-03-30sw test tool: Enable parsing OFPMeterMod messages in 'prerequisite'Yuichi Ito
2014-03-30sw test tool: Add support for confirmation of installed meter entriesYuichi Ito
2014-03-30sw test tool: Add support for installation of meter entriesYuichi Ito
2014-03-30sw test tool: Add support for initialization of meter tablesYuichi Ito
2014-03-30sw test tool: Rename STATE_INIT to STATE_INIT_FLOWYuichi Ito
2014-03-27remove ryu.cmd.ofa_neutron_agent from console_scripts in setup.cfgFUJITA Tomonori
2014-03-26of: set TCP_NODELAY for secure channel socketFUJITA Tomonori
2014-03-25vrrp tests: update commentsYAMAMOTO Takashi
2014-03-25vrrp.api: request ryu.services.protocols.vrrp.managerYAMAMOTO Takashi
2014-03-25ryu.topology.api: request ryu.topology.switchesYAMAMOTO Takashi
2014-03-25test_vrrp_multi.sh: allow overriding ovs-vsctlYAMAMOTO Takashi
2014-03-25vrrp: update after ryu.topology.api changeYAMAMOTO Takashi
2014-03-25rest_topology: update after ryu.topology.api changeYAMAMOTO Takashi
2014-03-25topology: split out exported API from the implementationIsaku Yamahata
2014-03-25ofa_neutron_agent: no need to load ofctl.service explicitly anymoreYAMAMOTO Takashi
2014-03-25ryu.app.ofctl.api: request ryu.app.ofctl.serviceYAMAMOTO Takashi
2014-03-25app_manager: add a function to request to load the server applicationYAMAMOTO Takashi