Hiroki SHIROKURA

Results 8 comments of Hiroki SHIROKURA

I know a similar problem when sending 9K JumboFrame with dpdk v17.11 (I tried connectx-5, x710, x540). One of the answers to send JumboFrame is configuring with enable_scatter bit. This...

https://golang.org/pkg/text/template/

I hate myself to enable with this syntax... X( ```yaml postinit: cmds: - cmd: | cat

- それぞれの開発者がFRRのように手元で一旦全部のテストを回せることは極力必須にしたい. - 動作試験に関しては難しいから, shell生成がとりあえず壊れずにおわるってことをcheckするのが第一段階かと - まずはtest.shみたいなので十分かなと思います.

Let me close this PR, since actual working PR is finally merged!!

# Implementation example) ``` pgen_t* handle = pgen_open_offline("in.pcapng", PCAPNG_READ); if(handle == NULL){ pgen_perror("oopes"); return -1; } struct pgen_statistics ps; u_char buf[1000]; int buflen; while(1){ buflen = pgen_recvpacket_handle(handle, buf, buflen); if(buflen...

If you know the way, please tell us.

We implement this with iptables source. In linux, implementing to consult iptables. In MacOSX, implementing to consult ipfw and pfctl.