[vpp-dev] Changing auto negotiate feature of an interface

2017-01-04 Thread sajjad karimi
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 ___

[vpp-dev] Changing Mac Address of Interface & Sub-Interface

2017-01-04 Thread sajjad 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

[vpp-dev] vppctl set interface ip address [del] problem!!

2016-12-13 Thread sajjad karimi
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"