Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support OFP_PORT_MOD #325

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Add support OFP_PORT_MOD #325

wants to merge 1 commit into from

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.

None yet

3 participants