sw test tool: add a "note" for help to understand

Signed-off-by: Minoru TAKAHASHI <takahashi.minoru7@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Minoru TAKAHASHI 2014-08-05 13:37:13 +09:00 committed by FUJITA Tomonori
parent 950785ee8d
commit 06a38cf2a8
4 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
"action: set_field: 06_VLAN_VID",
{
"description": "ethernet/vlan(vid=100)/ipv4/tcp-->'vlan_vid=100,actions=set_field:203->vlan_vid,output:2'",
"notes":"A value of VLAN_VID (4196) means '100 | OFPVID_PRESENT(0x1000)'.",
"notes":"A value of VLAN_VID (4299) means '203 | OFPVID_PRESENT(0x1000)'.",
"prerequisite":[
{
"OFPFlowMod":{

View File

@ -2,6 +2,7 @@
"match: 06_VLAN_VID",
{
"description":"ethernet/vlan(vid=100)/ipv4/tcp-->'vlan_vid=100,actions=output:2'",
"notes":"A value of VLAN_VID (4196) means '100 | OFPVID_PRESENT(0x1000)'.",
"prerequisite":[
{
"OFPFlowMod":{

View File

@ -2,6 +2,8 @@
"action: set_field: 06_VLAN_VID",
{
"description": "ethernet/vlan(vid=100)/ipv4/tcp-->'vlan_vid=100,actions=set_field:203->vlan_vid,output:2'",
"notes":"A value of VLAN_VID (4196) means '100 | OFPVID_PRESENT(0x1000)'.",
"notes":"A value of VLAN_VID (4299) means '203 | OFPVID_PRESENT(0x1000)'.",
"prerequisite":[
{
"OFPFlowMod":{

View File

@ -2,6 +2,7 @@
"match: 06_VLAN_VID",
{
"description":"ethernet/vlan(vid=100)/ipv4/tcp-->'vlan_vid=100,actions=output:2'",
"notes":"A value of VLAN_VID (4196) means '100 | OFPVID_PRESENT(0x1000)'.",
"prerequisite":[
{
"OFPFlowMod":{