index
:
ryu
feature/as-path
feature/communities
fix/neighbor-label
fix/ssh-exception
master
Component-based software defined networking framework
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2014-04-21
bgp: avoid the trouble of having to explicitly specify IDs in configuration
ISHIDA Wataru
2014-04-21
bgp: enable to use system IP addr implicitly for binding
ISHIDA Wataru
2014-04-21
bgp: enable default label range
ISHIDA Wataru
2014-04-21
bgp: make bgpspeaker RyuApp
ISHIDA Wataru
2014-04-21
bgp: use ryu.lib.hub instead of the direct use of eventlet
ISHIDA Wataru
2014-04-21
bgp: clean up codes which constructs an update message
ISHIDA Wataru
2014-04-21
bgp: fix typo
ISHIDA Wataru
2014-04-21
remove obsolete man pages (rpc_cli and neutron_ofagent_agent)
FUJITA Tomonori
2014-04-21
delete bin/neutron-ofagent-agent
FUJITA Tomonori
2014-04-21
delete ryu/tests/bin/of-config-cli
FUJITA Tomonori
2014-04-21
delete bin/rpc-cli
FUJITA Tomonori
2014-04-20
document ryu command
YAMAMOTO Takashi
2014-04-20
add bin/ryu to PYLINT_INCLUDE
YAMAMOTO Takashi
2014-04-20
add bin/ryu
YAMAMOTO Takashi
2014-04-20
pip-requires: require oslo.config >= 1.2.0
YAMAMOTO Takashi
2014-04-20
allow overriding argv and progname
YAMAMOTO Takashi
2014-04-20
ryu.cfg: re-export some more stuff for convenience
YAMAMOTO Takashi
2014-04-18
sw test tool: Fix to compare OFPMatch using masks without byte boundary
Yuichi Ito
2014-04-17
bgp: remove original bgp packet library
ISHIDA Wataru
2014-04-17
bgp: use ryu bgp packet library instead of original one
ISHIDA Wataru
2014-04-17
bgp: add stuff for integration with bgp speaker
ISHIDA Wataru
2014-04-16
Rename to CONTRIBUTING.rst
FUJITA Tomonori
2014-04-16
of14: set default attributes for group-related classes
Yuichi Ito
2014-04-16
of13: set default attributes for group-related classes
Yuichi Ito
2014-04-16
of12: set default attributes for group-related classes
Yuichi Ito
2014-04-15
sw test tool: Correct the comparison method to treat matches as the set
Yuichi Ito
2014-04-15
sw test tool: Fix to compare OFPMatch ignoring fields that masks are all zero...
Yuichi Ito
2014-04-15
sw test tool: Fix to compare OFPMatch ignoring masks that are all one bits
Yuichi Ito
2014-04-10
fix pbb itag related tests
Hiroaki KAWAI
2014-04-10
RyuApp: delete a key without handlers when unregistering a handler
FUJITA Tomonori
2014-04-10
ryu.app.ofctl: raise exceptions on openflow error messages
YAMAMOTO Takashi
2014-04-10
ryu.app.ofctl: implement multipart
YAMAMOTO Takashi
2014-04-10
ryu.app.ofctl: implement reception of reply message
YAMAMOTO Takashi
2014-04-10
ofp_event: add a function to find Event class for given OFP class
YAMAMOTO Takashi
2014-04-10
RyuApp: add methods to observe/unobserve specific event dynamically
YAMAMOTO Takashi
2014-04-10
RyuApp: allow observing events without having handlers
YAMAMOTO Takashi
2014-04-10
RyuApp.get_handlers: restructure code and add a comment
YAMAMOTO Takashi
2014-04-10
RyuApp: add a method to unregister a handler
YAMAMOTO Takashi
2014-04-10
controller.handler: simplify code
YAMAMOTO Takashi
2014-04-10
controller.handler: use normal classes rather than a namedtuple
YAMAMOTO Takashi
2014-04-10
controller.handler: g/c now unused code
YAMAMOTO Takashi
2014-04-07
igmplib: Fix a problem that querier stops sending a query message
Yuichi Ito
2014-04-02
Ryu 3.8
FUJITA Tomonori
2014-04-01
bgp: fix pep8
FUJITA Tomonori
2014-04-01
bgp: enable to propagate ipv4 networks
ISHIDA Wataru
2014-04-01
bgp: improved debug message in neighbor creation
ISHIDA Wataru
2014-04-01
bgp: changed default configuration value for ease of use with bgp4
ISHIDA Wataru
2014-04-01
bgp: use hub.Event to wait for the core_service boot instead of sleep
ISHIDA Wataru
2014-04-01
bgp: enable to show ipv4 rib
ISHIDA Wataru
2014-04-01
bgp: send BGP UPDATE msg in BGP4 format when nlri is ipv4
ISHIDA Wataru
[next]