On Mon, Apr 11, 2016 at 8:27 AM, Gurucharan Shetty <g...@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 <g...@ovn.org>

LGTM, Thanks for fixing this.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to