Jari Sundell
Jari Sundell
As I was working on rtorrent-docker and was in need of a proper way of changing the announce-list of torrents, looking around I found no really good options that didn't...
When creating network/route_link/segment the api should accept a topology-uuid parameter that creates a topology_foo in the same node_api transaction.
``` ruby class Registry < Fuguta::Configuration param :adapter, :default => "redis" param :host, :default => '127.0.0.1' param :port, :default => 6379 end ``` Even when the 'port' is changed in...
Our scripts currently does not create vzkernel versions of the ovs kernel mod for e.g. 'vzkernel.x86_64 2.6.32-042stab055.16' which means the user has to build their own
Currently we only support 1-hop routing due to the limitations of the current route link implementation. Expand this to allow for 2-, and n-hop routing between networks.
Currently we depend on a custom version of trema that uses hacks around the main event loop. Refactor these changes so that they might be acceptable upstream.
Update the custom trema we use to the latest upstream revision.
The 'ingress_filtering_enabled' field in interfaces should be renamed to 'enable_legacy_security_groups'.
Managers (e.g. active_interface) with custom cleanup routines that make node_api calls do not work properly. Check if this is also true when a datapath is removed from a running vna...
Several columns in the database, e.g. port_number, tcp/udp port, etc, have a strictly defined value ranges. The db schema should reflect this, in addition to verifying potential out-of-range in model...