Wataru Ishida

Results 33 comments of Wataru Ishida

rebased on the current master. @sonoble PTAL

@skwillbesk Thank you for your comment. However, that will install the package to the rootfs for all platforms. What I want to do is use the same onie-installer image for...

@jnealtowns right. I want to add ONL to forked https://github.com/Azure/sonic-buildimage as a git submodule.

@bahirul What EthernetASIC does the switch use? You need to check if the SAI library which the SONiC community uploaded can be used for the EthernetASIC first. If not, you...

@bahirul ok, nice. Do you have a Broadcom SDK setting file for the platform like [this](https://github.com/Azure/sonic-buildimage/tree/master/device/celestica/x86_64-cel_seastone_2-r0/Seastone_2)? If not, you need to ask Celestica to get one. > im not able...

We can have something similar to the following in this SCTP library. - https://godoc.org/golang.org/x/net/ipv4#Conn.SetTOS - https://godoc.org/golang.org/x/net/ipv6#Conn.SetTrafficClass Waiting for your pull request :) You could also use what @spikecurtis is working...

How about using `sctp.SocketConfig` instead? https://github.com/ishidawataru/sctp/pull/36

Hi, Thank you for your suggestion! Does this configuration insufficient for setting MRAI? https://github.com/osrg/bgperf/blob/master/quagga.py#L48 I'm setting it to 1sec since when setting to 0sec, Quagga eats up all CPU resource...

@nightmeng Thanks for the PR. This is caused because ExaBGP recently changed the format of log. I just merged https://github.com/osrg/bgperf/pull/23 to handle this. Could you try the latest master?

@qiluo-msft Thanks for the comment. I added a glossary to the doc. 1. You mentioned there are 2 modes. Are they mutually exclusive? Can we have them at the same...