Hiroki SHIROKURA

Results 32 issues of Hiroki SHIROKURA

u_char buf[1000]; int buflen; /\* recv packet */ pgen_packet\* pack = &arp; pack->cast(buf, buflen); if(buflen != pack->len()){ printf("length error \n"); }else{ int res = memcmp(buf, pack->data()); printf("result: %d \n", res);...

New Feature

We want a function that gets statistical-data from PGEN-descriptor.

New Feature

``` nodes: - name: CLOS image: slankdev/centos-frr-dev:7 interfaces: - { name: net0, type: direct, args: R1#net0, addr: "52:54:00:11:11:11" } - { name: net1, type: direct, args: R2#net0, addr: "52:54:00:22:22:22" }...

**機能追加:** - interface type proxy-direct (ovsに透過的に噛ませるやつ) - interfaceでmac addrを設定できるようにする. - conf側で ansible のshellのような書き方をできるようにする. - conf側でfile copyを可能にする. - node側でsysctlを設定できるようにする. **Exampleの追加:** - basic_xdp で XDP_REDIRECTを使ったL2fwdをテストする - rsyslog, net-snmp, pmacct, rpki-ca/rpki-rp - ecmp...

リリースをとりあえずする. これを最優先課題として進める. 以下の規則にしたがってコードを書く. - up, down等はハードコードで良い. - 関数呼び出し等は極力重複しないようにする. - 全ての機能を実行するyamlを作る.

- [ ] use smart-pointer while ctrling mbufs - [ ] implement usershell with native tcp socket - [ ] clean queue function to socket class - [x] delay_clk function...

enhancement