On Fri, Jun 16, 2017 at 5:29 PM, Roy Marples <r...@marples.name> wrote:
> On 16/06/2017 05:40, Ryota Ozaki wrote:
>> Module Name:  src
>> Committed By: ozaki-r
>> Date:         Fri Jun 16 04:40:16 UTC 2017
>>
>> Modified Files:
>>       src/sbin/route: route.8 route.c
>>
>> Log Message:
>> Support -c <count> option for route monitor
>>
>> route command exits if it receives <count> routing messages where
>> <count> is a value specified by -c.
>>
>> The option is useful to get only particular message(s) in a test script.
>
> It might be useful to specify a mask to set RO_MSGFILTER as well.
> This could be used to avoid RTM_MISS and other messages not wanted.

Probably. That's a reason that I implemented <count> as optional and
made a room in required arguments for such filters :)

  ozaki-r

Reply via email to