summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-04-24packet lib: ipv6: support Routing header (type3)takahashi.minoru
2014-04-24sw test tool: Fix MAC addresses used in testsYuichi Ito
2014-04-24tests/integrated: Use table_id greater than the current table for goto-table ...Simon Horman
2014-04-24tests/integrated: Specify table_id for flow_mod modify testsSimon Horman
2014-04-24bgp: fix connect timeout errorFUJITA Tomonori
2014-04-24bgp: add __init__.py filesFUJITA Tomonori
2014-04-21packet lib: ipv6: Fix to calculate AH lengthtakahashi.minoru
2014-04-21bgp: fix pep8ISHIDA Wataru
2014-04-21bgp: add sample configuration fileISHIDA Wataru
2014-04-21bgp: improve log visibilityISHIDA Wataru
2014-04-21bgp: avoid the trouble of having to explicitly specify IDs in configurationISHIDA Wataru
2014-04-21bgp: enable to use system IP addr implicitly for bindingISHIDA Wataru
2014-04-21bgp: enable default label rangeISHIDA Wataru
2014-04-21bgp: make bgpspeaker RyuAppISHIDA Wataru
2014-04-21bgp: use ryu.lib.hub instead of the direct use of eventletISHIDA Wataru
2014-04-21bgp: clean up codes which constructs an update messageISHIDA Wataru
2014-04-21bgp: fix typoISHIDA Wataru
2014-04-21remove obsolete man pages (rpc_cli and neutron_ofagent_agent)FUJITA Tomonori
2014-04-21delete bin/neutron-ofagent-agentFUJITA Tomonori
2014-04-21delete ryu/tests/bin/of-config-cliFUJITA Tomonori
2014-04-21delete bin/rpc-cliFUJITA Tomonori
2014-04-20document ryu commandYAMAMOTO Takashi
2014-04-20add bin/ryu to PYLINT_INCLUDEYAMAMOTO Takashi
2014-04-20add bin/ryuYAMAMOTO Takashi
2014-04-20pip-requires: require oslo.config >= 1.2.0YAMAMOTO Takashi
2014-04-20allow overriding argv and prognameYAMAMOTO Takashi
2014-04-20ryu.cfg: re-export some more stuff for convenienceYAMAMOTO Takashi
2014-04-18sw test tool: Fix to compare OFPMatch using masks without byte boundaryYuichi Ito
2014-04-17bgp: remove original bgp packet libraryISHIDA Wataru
2014-04-17bgp: use ryu bgp packet library instead of original oneISHIDA Wataru
2014-04-17bgp: add stuff for integration with bgp speakerISHIDA Wataru
2014-04-16Rename to CONTRIBUTING.rstFUJITA Tomonori
2014-04-16of14: set default attributes for group-related classesYuichi Ito
2014-04-16of13: set default attributes for group-related classesYuichi Ito
2014-04-16of12: set default attributes for group-related classesYuichi Ito
2014-04-15sw test tool: Correct the comparison method to treat matches as the setYuichi Ito
2014-04-15sw test tool: Fix to compare OFPMatch ignoring fields that masks are all zero...Yuichi Ito
2014-04-15sw test tool: Fix to compare OFPMatch ignoring masks that are all one bitsYuichi Ito
2014-04-10fix pbb itag related testsHiroaki KAWAI
2014-04-10RyuApp: delete a key without handlers when unregistering a handlerFUJITA Tomonori
2014-04-10ryu.app.ofctl: raise exceptions on openflow error messagesYAMAMOTO Takashi
2014-04-10ryu.app.ofctl: implement multipartYAMAMOTO Takashi
2014-04-10ryu.app.ofctl: implement reception of reply messageYAMAMOTO Takashi
2014-04-10ofp_event: add a function to find Event class for given OFP classYAMAMOTO Takashi
2014-04-10RyuApp: add methods to observe/unobserve specific event dynamicallyYAMAMOTO Takashi
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