Hi,
Thanks Abbasi and Túlio!
I miss-understood that.
> Is *total_capacity = n_table * max_entries* correct?
I guess it is right.
but as Túlio said, it is highly depending on the implementation of your switch.
When I tested a hardware switch before, the throughput of that switch declined
signi
Hi,
Thank you for your reporting!
On 2017年02月17日 08:51, surlyjake wrote:
> http://ryu.readthedocs.io/en/latest/nicira_ext_ref.html?highlight=frag
> indicates that ryu can make an 'ip_frag' match, but doesnt define the mapping
> between integers and the five options (from
> http://manpages.ubu
Signed-off-by: IWASE Yusuke
---
ryu/lib/netdevice.py | 70
1 file changed, 70 insertions(+)
create mode 100644 ryu/lib/netdevice.py
diff --git a/ryu/lib/netdevice.py b/ryu/lib/netdevice.py
new file mode 100644
index 000..cc2d97a
--- /dev/
This patch adds a new optional requirements, SQLAlchemy, for Zebra
protocol service database.
Signed-off-by: IWASE Yusuke
---
README.rst | 1 +
tools/optional-requires | 1 +
2 files changed, 2 insertions(+)
diff --git a/README.rst b/README.rst
index db16a4b..6034217 100644
--- a/R
With netaddr.valid_ipv4/6, empty host is not allowed and will fail
to validate.
This patch changes to the default openflow listen host to "0.0.0.0"
and enable to validate it by using netaddr.
Note: The default behavior is NOT changed.
Signed-off-by: IWASE Yusuke
---
ryu/controller/controller.py
Signed-off-by: IWASE Yusuke
---
.../protocols/zebra/server/sample_dumper.py| 54 ++
1 file changed, 54 insertions(+)
create mode 100644 ryu/services/protocols/zebra/server/sample_dumper.py
diff --git a/ryu/services/protocols/zebra/server/sample_dumper.py
b/ryu/servi
Signed-off-by: IWASE Yusuke
---
ryu/lib/hub.py | 14 --
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/ryu/lib/hub.py b/ryu/lib/hub.py
index a5ac50a..182fabf 100644
--- a/ryu/lib/hub.py
+++ b/ryu/lib/hub.py
@@ -17,6 +17,8 @@
import logging
import os
+import netaddr
Signed-off-by: IWASE Yusuke
---
ryu/flags.py | 5 +
ryu/services/protocols/zebra/db/__init__.py | 42 +
ryu/services/protocols/zebra/db/base.py | 70 +++
ryu/services/protocols/zebra/db/interface.py | 271 +++
ryu/services/
The following patches add the implementation for server-side APIs
for Zebra protocol service.
This implementation is supposed to be used as "dummy" Zebra server
for integrate Ryu OpenFlow application with Quagga protocol daemons.
Example Model:
+--+
|Quagga
This patch implements APIs for performing as Zebra daemon of Quagga
and enables to integrate with other Quagga daemons.
Signed-off-by: IWASE Yusuke
---
ryu/flags.py| 5 +
ryu/services/protocols/zebra/server/__init__.py | 20 ++
ryu/services/protocols/zebra/
http://ryu.readthedocs.io/en/latest/nicira_ext_ref.html?highlight=frag
indicates that ryu can make an 'ip_frag' match, but doesnt define the
mapping between integers and the five options (from
http://manpages.ubuntu.com/manpages/precise/man8/ovs-ofctl.8.html):
no Matches only non-fragmented pac
Hi,
Are you looking for list of companies using SDN Software?
We have users like:
ACESTAR, BluBridge Construction Software, Essential Software Solutions,
Firestorm MLM Software, Orion Wine Software, Panacea Software, Plexus
Software, TCS Software, and many more..
Our database enables y
12 matches
Mail list logo