On Thu, Mar 24, 2016 at 12:46 AM, Ben Pfaff <b...@ovn.org> wrote:
> On Wed, Mar 16, 2016 at 09:39:33PM +0900, YAMAMOTO Takashi wrote:
>> BRE alternative (\|) is an GNU sed extension. [1]
>> It isn't available in NetBSD sed.
>>
>> [1] http://www.gnu.org/software/sed/manual/sed.html#Regular-Expressions
>>     regexp1\|regexp2
>>         Matches either regexp1 or regexp2. Use parentheses to use
>>         complex alternative regular expressions. The matching process
>>         tries each alternative in turn, from left to right, and the
>>         first one that succeeds is used. It is a GNU extension.
>>
>> Signed-off-by: YAMAMOTO Takashi <yamam...@midokura.com>
>
> Oops.  Thanks for the fix.
>
> Acked-by: Ben Pfaff <b...@ovn.org>

thank you. pushed to master.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to