tinet
tinet copied to clipboard
This is moved to http://github.com/tinynetwork/tinet
Possible typo? Normally binary should not be placed under /usr/local/ but should be under /usr/local/bin/
``` 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を作る.