sdnfv / openNetVM

A high performance container-based NFV platform from GW and UCR.
http://sdnfv.github.io/onvm/
Other
262 stars 136 forks source link

Wrong NIC port in pktgen lua example #273

Closed JackKuo-tw closed 3 years ago

JackKuo-tw commented 3 years ago

Bug Report

Current Behavior

In the lua script, the first arg of set_mac is "1".

Expected behavior/code

First arg of set_mac is portlist, which should be "0" for consistence. Otherwise, the command page main will see the MAC Destination is 00:00:00:00:00:00.

BTW, the in wiki page about pktgen is outdated, set_mac should has 3 args.

Environment

JackKuo-tw commented 3 years ago

Oh, maybe I misunderstand it. Which is a local script, not test with 2 nodes.

dennisafa commented 3 years ago

Do you need anymore assistance with this? What is your test environment?

JackKuo-tw commented 3 years ago

Nope, thanks.