Kentaro Ebisawa

Results 10 comments of Kentaro Ebisawa

``` Note: ryu-manager I used was the latest one currently available. $ ryu-manager --version ryu-manager 3.23.2 ``` I have captured packets while commenting out the code specifying OFP_VERSIONS from simple_switch_13.py....

> Already a year ago but adding incase someone else landed here with the same issue. I also do not know how to bind SONiC EthernetXX ports to host ports...

Yes, it's possible while there are several limitations (e.g. some stats not available) on docker based SONiC. - You can find how to run SONiC Virtual Switch on Docker here:...

Hi. It's just an explanation of parameters of the `table_add` commands following them mean. You only need to run the commands after `$runtime_CLI.py` and not the comments starting with `>`...

Thank you for quick comment. Unfortunately I have no experience in this area so would appreciate if you can fix it when you have time. (Or let me know some...

I have experienced same error message but most likely from different cause. The message `ERROR: failed to solve: sonic-slave-buster:965fc0a1e46: pull access denied,` is a bit misleading. It sounds like it...

@skniranx So in your case, you should first fix below apt-get command. `ERROR: failed to solve: process "/bin/sh -c apt-get -y build-dep openssh" did not complete successfully: exit code: 100`...

@mutomasa I have tried with the commit 31297dc you mentioned and was able to complete `make configure PLATFORM=vs`. I did get similar error for the 1st try, but after running...

Hi @skniranx . Since it seems like a general HTTPS accessibility issue, there is no "this could be" cause I could think of. I would suggest you to check your...

@mutomasa Correct. I did nothing but running `make configure PLATFORM=vs` again. I'm also not sure what caused 1st error and how to avoid it. (Which did not happen when building...