Re: [ovs-discuss] interface mac setting

2018-04-30 Thread Ben Pfaff
On Tue, Apr 24, 2018 at 10:55:36AM +0800, Tonghao Zhang wrote: > One question, why now ovs can only set the mac of internal interface, > for example: > > ovs-vsctl set Interface p1 type=internal mac=\"00:11:22:33:44:55\" > ovs-vsctl get Interface p1 mac_in_use > > And the doc about 'mac' is not

[ovs-discuss] interface mac setting

2018-04-23 Thread Tonghao Zhang
One question, why now ovs can only set the mac of internal interface, for example: ovs-vsctl set Interface p1 type=internal mac=\"00:11:22:33:44:55\" ovs-vsctl get Interface p1 mac_in_use And the doc about 'mac' is not explained, why we cannot set it for other type interface. So it's a bug?