trema-book
trema-book copied to clipboard
TremaによるOpenFlowプログラミング解説本
Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
Bumps [ffi](https://github.com/ffi/ffi) from 1.9.10 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.35.1 to 0.48.1. Release notes *Sourced from [rubocop's releases](https://github.com/rubocop-hq/rubocop/releases).* > ## RuboCop 0.48.1 > ### Changes > > * [#4219](https://github-redirect.dependabot.com/bbatsov/rubocop/issues/4219): Add a link to style guide for...
フリー版のビルドをしようとすると、``bundle exec rake``の途中で失敗します。 ``` ./vendor/asciidoctor-fopub/fopub book.xml -param body.font.family VL-PGothic-Regular -param dingbat.font.family VL-PGothic-Regular -param monospace.font.family VL-PGothic-Regular -param sans.font.family VL-PGothic-Regular -param title.font.family VL-PGothic-Regular Initializing application... FAILURE: Build failed with an exception. *...
「13.4.2. iperf で動作を確認する」でUDPのスループット測定を行いたいのですが、パケットがサーバー側に通りません。原因が分かれば教えて頂けないでしょうか?clientとserverのログは以下です。 ``` # iperf -c 192.168.2.2 -u -b 1000M ------------------------------------------------------------ Client connecting to 192.168.2.2, UDP port 5001 Sending 1470 byte datagrams UDP buffer size: 160 KByte (default) ------------------------------------------------------------...
本文は部長になっている。
FlowModするときにマッチが不要なところでもいちいち `match: Match.new` と書かなければいけないのは直したほうがいい気がします。 ``` ruby send_flow_mod_add( datapath_id, table_id: FORWARDING_TABLE_ID, idle_timeout: 0, priority: 1, match: Match.new, instructions: Apply.new([SendOutPort.new(:controller), SendOutPort.new(:flood)]) ) ```
フローエントリまでテストするのは「やりすぎ」なので、テストの内容はブラックボックステストだけにしたい。そうなるとすると、今のリピータハブだとフローエントリの変化が外からつっついただけだとわからない。ラーニングスイッチにすれば、初回はフラッディングで MAC アドレス学習後はユニキャストになるので、そういうテストシナリオを書いてやれば分かりやすい。
- [x] 2 章 - [x] 3 章 - [x] 4 章 - [x] 5 章 (#70) - [x] 6 章