Comment 4 for bug 1513001

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/17727
Committed: http://github.org/Juniper/contrail-vrouter/commit/d40be293589a228140743fef5be1faed8f444aa6
Submitter: Zuul
Branch: R3.0

commit d40be293589a228140743fef5be1faed8f444aa6
Author: Anand H. Krishnan <email address hidden>
Date: Thu Feb 18 12:37:20 2016 +0530

List flows based on match criteria

Add a new option "--match" to match flows based on certain criteria.
With the match option, one will be able to match based on source ip
or destination ip (with or without ports) or vrf or protocol or any
of them together with any other of them.

e.g.:
--match 1.1.1.1:20
--match "1.1.1.1:20,2.2.2.2:22"
--match "[fe80::225:90ff:fec3:afa]:22
--match "10.204.217.10:56910 & vrf 0 & proto tcp"
--match "10.204.217.10:56910,169.254.0.3:22 & vrf 0 & proto tcp"

Change-Id: Id70e6d60950babe44612e6aded036c5d1bec6f92
Partial-BUG: #1513001