-
Hi.
The install.sh script fails when trying to clone ovs. The error message is as follows:
0 upgraded, 0 newly installed, 0 to remove and 133 not upgraded.
Cloning into 'openflow'...
fatal: reposito…
-
```
What steps will reproduce the problem?
1.server execute command - iperf3 -u -s -i 1
2.client execute command - iperf3 -c ip_address -u
3.re-running command - iperf3 -c ip_address -u after previou…
-
```
What steps will reproduce the problem?
1.server execute command - iperf3 -u -s -i 1
2.client execute command - iperf3 -c ip_address -u
3.re-running command - iperf3 -c ip_address -u after previou…
-
```
What steps will reproduce the problem?
1.server execute command - iperf3 -u -s -i 1
2.client execute command - iperf3 -c ip_address -u
3.re-running command - iperf3 -c ip_address -u after previou…
-
I am running the ovs container in interactive mode
```
cid=$(docker run -itd socketplane/openvswitch)
docker exec -it $cid /bin/sh
```
Connected new container interfaces (ethi) to host bridges (br10…
-
I 've installed mininet and all dependecies in opensuse manually by following the install script. After running mininet with no arguments and options, I had tested ping and connectivity and h1 can pi…
-
Taking a look at the overlay.md documentation, and for this step -
`ovn-controller --pidfile --detach -vconsole:off --log-file`
I don't find an ovn-controller file in the source - been missed when che…
-
```
What steps will reproduce the problem?
1.server execute command - iperf3 -u -s -i 1
2.client execute command - iperf3 -c ip_address -u
3.re-running command - iperf3 -c ip_address -u after previou…
-
@jainvipin analysis:
This started showing up recently after your changes, but the main symptom was exhibited earlier too due to some fluke it was working (i.e. pings were criss-crossing i.e. without …
-
Hi,
thanks in advance.
when i am executing the below command -
udatapath/ofdatapath --datapath-id=$MACADDER --interfaces=$INTERFACE ptcp:6633
while MACADDER is a mac addres
and INTERFACE is ethX
…