Re: [vpp-dev] :: Modify Mac address of host-interface

2017-12-15 Thread Omer Majeed
d.io] *On Behalf Of *Omer Majeed *Sent:* Wednesday, December 13, 2017 9:59 AM *To:* vpp-dev@lists.fd.io *Subject:* [vpp-dev] :: Modify Mac address of host-interface Hi, I'm using VPP 17.07, and with the help of C API Mac address could be set on host-interface at the time of host-interface creat

Re: [vpp-dev] :: Modify Mac address of host-interface

2017-12-13 Thread John Lo (loj)
The API is sw_interface_set_mac_address defined in src/vnet/interface.api. -John From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Omer Majeed Sent: Wednesday, December 13, 2017 9:59 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] :: Modify Mac address of host

Re: [vpp-dev] :: Modify Mac address of host-interface

2017-12-13 Thread Mohsin Kazmi (sykazmi)
j...@rwth-aachen.de> Sent: Wednesday, December 13, 2017 3:58 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] :: Modify Mac address of host-interface Hi, I'm using VPP 17.07, and with the help of C API Mac address could be set on host-interface at the time of host-interface creation. However, I haven't

[vpp-dev] :: Modify Mac address of host-interface

2017-12-13 Thread Omer Majeed
Hi, I'm using VPP 17.07, and with the help of C API Mac address could be set on host-interface at the time of host-interface creation. However, I haven't gone across any API that could modify the Mac address of a host-interface. Do we have a C based API to modify host-interface? Thanks. Best