Ting Xu 02bdd3f5cb packetforge: fix order of dst/src address of mac
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
2023-02-02 09:30:24 +00:00

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"
}
]
}