Hi Dear VPP Team
I need to change auto negotiate state of an interface in vpp. Is the "set
interface handoff" command affect auto negotiate state? and may i ask you
what is the workers-list should i put at the end of this command?
Regards,
Sadjad Karimi
___
Hi dear VPP team
I want to change mac address of an interface in vpp using "vppctl set
interface mac address " but I encounter this message: "set
interface mac address: MAC Address Change is not supported on this
interface". so in interface.c file i can see mac_addr_change_function
return error f
ernet2/4/0
I do not read all your code but it seems the failure point be in the "
va_unformat
<https://docs.fd.io/vpp/16.12/dc/dd5/unformat_8c.html#a52fed37db1cf304878229b478ce575ac>"
function in "unformat.c"