On 01/18/2017 02:21 PM, John Ferlan wrote:
>
> I think I half assumed this would have been pushed already, but seeing
> as it wasn't...
>
> On 12/22/2016 04:45 AM, Michal Privoznik wrote:
>> Based on work of Mehdi Abaakouk .
>>
>> When parsing vhost-user interface XML and no ifname is found we
>>
I think I half assumed this would have been pushed already, but seeing
as it wasn't...
On 12/22/2016 04:45 AM, Michal Privoznik wrote:
> Based on work of Mehdi Abaakouk .
>
> When parsing vhost-user interface XML and no ifname is found we
> can try to fill it in in post parse callback. The way t
Thanks a lot for fixing my patch issue !
On Thu, Dec 22, 2016 at 10:45:15AM +0100, Michal Privoznik wrote:
Based on work of Mehdi Abaakouk .
When parsing vhost-user interface XML and no ifname is found we
can try to fill it in in post parse callback. The way this works
is we try to make up inte
Based on work of Mehdi Abaakouk .
When parsing vhost-user interface XML and no ifname is found we
can try to fill it in in post parse callback. The way this works
is we try to make up interface name from given socket path and
then ask openvswitch wether it knows the interface.
Signed-off-by: Mich