To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaborator"Vendor Action" sample application
In order to learn how to send Vendor Action
As a developer using Trema
I want to execute "Vendor Action" sample application
- Background
-
- Given
-
a file named "vendor_action.conf" with:
vswitch( "vendor_action" ) { datapath_id "0xabc" }
- Scenarios
-
- Run "Packet In" C example
-
- Given
-
I run
trema run ../../objects/examples/openflow_message/vendor_action -c vendor_action.conf -d
- And
- wait until "vendor_action" is up
- Then
- the file "../../tmp/log/openflowd.vendor_action.log" should contain "actions=note:54.72.65.6d.61.00"
- Run "Packet In" Ruby example
-
- Given
-
I run
trema run ../../src/examples/openflow_message/vendor-action.rb -c vendor_action.conf -d
- And
- wait until "VendorActionSampleController" is up
- Then
- the file "../../tmp/log/openflowd.vendor_action.log" should contain "actions=note:54.72.65.6d.61.00"
Last published over 7 years ago by y-higuchi.