[ovs-dev] [PATCH] ovs-save: Handle MTU changes correctly.

Ansis Atteka aatteka at nicira.com
Mon Apr 11 17:14:49 UTC 2016


On Mon, Apr 11, 2016 at 8:27 AM, Gurucharan Shetty <guru at ovn.org> wrote:
> The following command on ubuntu 12.04 returns null:
> expr "mtu 1500" : '.*mtu \([0-9]+\)'
>
> But the following works correctly:
> expr "mtu 1500" : '.*mtu \([0-9]\+\)'
>
> I am not sure about the portability implications as there
> seems to be very sparse documentation about this.
>
> VMware-BZ: #1638654
> Signed-off-by: Gurucharan Shetty <guru at ovn.org>

LGTM, Thanks for fixing this.



More information about the dev mailing list