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. Roy