| title | Limitations |
|---|---|
| nav_order | 9 |
We build Distrinet to be compatible with Mininet, but there are some limitation in the current versions.
LXD do not support containers names with underscore(_), i.e.
from mininet.topo import Topo
class Personalized(Topo):
def build(self):
self.addSwitch('s_1')
self.addSwitch('s2')'s_1' is a valid name in Mininet, but not for Distrinet; 's2' is a valid name.
Distrinet uses by defoult OVS for the virtual switches. This can be a problem when the dpid is not directly set in the addSwitch() function.
##Os Supported For now we support Ubuntu 18.04 for the Master and the workers, while the client is compatible with any system using Docker. We are working to support more Linux Distributions.