0

I use ovs-ofctl dump-tables s_id when I want to show the flow table stats. Sometimes I notice 'grep classifier' is used as (ovs-ofctl dump-tables s_id | grep classifier). What does grep classifier mean?

Thank you.

Pedro Kali
  • 55
  • 1
  • 5

1 Answers1

0

man grep

grep searches input files for lines containing a match to a given pattern list.