We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FlowModするときにマッチが不要なところでもいちいち match: Match.new と書かなければいけないのは直したほうがいい気がします。
match: Match.new
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)]) )
The text was updated successfully, but these errors were encountered:
やっぱり明示的に、何でも拾うという意味で match: Match.new と書いておいたほうがいい気もします。迷うな〜。
Sorry, something went wrong.
No branches or pull requests
FlowModするときにマッチが不要なところでもいちいち
match: Match.new
と書かなければいけないのは直したほうがいい気がします。The text was updated successfully, but these errors were encountered: