Skip to content

Conversation

@shun159
Copy link
Member

@shun159 shun159 commented Nov 6, 2016

port_downさせるとき

Pio::PortMod.new(
  port_no: 1,
  mac_address: '11:11:11:11:11:11',
  config: [:port_down],
  mask: [:port_down]
)

port_upさせるとき

Pio::PortMod.new(
  port_no: 1,
  mac_address: '11:11:11:11:11:11',
  config: [],
  mask: [:port_down]
)

@@ -0,0 +1,46 @@
require 'pio/open_flow'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing frozen string literal comment.

@coveralls
Copy link

coveralls commented Nov 6, 2016

Coverage Status

Coverage increased (+0.005%) to 97.542% when pulling 433cc96 on shun159:feature/ofp_port_mod into a64e9a0 on trema:develop.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants