02bdd3f5cb
In the defination of mac node, the order of dst and src address is reversed. Swap their order in this patch. Type: fix Signed-off-by: Ting Xu <ting.xu@intel.com> Change-Id: I039accc0a881eef12f13c75c5becf8b7df97d525
23 lines
448 B
JSON
23 lines
448 B
JSON
{
|
|
"type" : "node",
|
|
"name" : "mac",
|
|
"layout" : [
|
|
{
|
|
"name" : "dst",
|
|
"size" : "48",
|
|
"format" : "mac",
|
|
"default" : "00:00:00:00:00:01"
|
|
},
|
|
{
|
|
"name" : "src",
|
|
"size" : "48",
|
|
"format" : "mac",
|
|
"default" : "00:00:00:00:00:02"
|
|
},
|
|
{
|
|
"name" : "ethertype",
|
|
"size" : "16"
|
|
}
|
|
]
|
|
}
|