following fields is not set at mod_flow_stats command:
* out_port, buffer_id
this patch fixes this problem.
Signed-off-by: Minoru TAKAHASHI
---
ryu/lib/ofctl_v1_0.py | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/ryu/lib/ofctl_v1_0.py b/ryu/lib/ofctl_v1_0.py
index f
Signed-off-by: YAMAMOTO Takashi
---
ryu/cmd/ofa_neutron_agent.py | 4
1 file changed, 4 insertions(+)
diff --git a/ryu/cmd/ofa_neutron_agent.py b/ryu/cmd/ofa_neutron_agent.py
index 59a9a1b..a761329 100755
--- a/ryu/cmd/ofa_neutron_agent.py
+++ b/ryu/cmd/ofa_neutron_agent.py
@@ -18,6 +18,10
Hi Kiran,
It generally means there is another application using the port (6633).
This is default port RYU listens on. Run a "netstat -nltp | grep 6633" to
see what application is using it. You can kill it and retry.
Optionally start RYU on a different listen port:
$> ryu-manager --ofp-
Signed-off-by: YAMAMOTO Takashi
---
ryu/cfg.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/cfg.py b/ryu/cfg.py
index f2f05b4..ea21ea4 100644
--- a/ryu/cfg.py
+++ b/ryu/cfg.py
@@ -26,7 +26,7 @@ import oslo.config.cfg
# We will unshare c. (and stop using it) as soon as
Hi team,
I'm using the vm version "sdnhub-ryu-starter-kit.ova" (
http://yuba.stanford.edu/~srini/downloads/sdnhub-ryu-starter-kit.ova).
While running the commands
cd /home/ubuntu/ryu && ./bin/ryu-manager --verbose ryu/app/simple_switch_13.py
I got the following error.
hub: uncaught exception: T
add local preference support in bgp.
It is possible to apply local preference to specific paths by using
AttributeMap.
Unfortunately this patch supports only IPv4 path and I'm going to start writing
patches
for other route families after this.
Signed-off-by: Hiroshi Yokoi
---
doc/source/libra
When packet_in_filter discards a packet, it is always logging. However,
it may be felt noisy.
Signed-off-by: Satoshi Kobayashi
---
ryu/lib/ofp_pktinfilter.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ryu/lib/ofp_pktinfilter.py b/ryu/lib/ofp_pktinfilter.py
index a84