]> git.proxmox.com Git - mirror_iproute2.git/commit
devlink: introduce dump filtering function
authorJiri Pirko <jiri@mellanox.com>
Fri, 15 Apr 2016 07:51:49 +0000 (09:51 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 19 Apr 2016 15:01:05 +0000 (08:01 -0700)
commit707a91c5494962e3f5b358fc866ebb79dc28c3e3
tree1d1f0024afbc9fe04cdb2f81bf4f15ac410b6a6b
parent6563a6eb539ba5c3f9fa262bc302190abb7e5f39
devlink: introduce dump filtering function

This function is to be used from dump callbacks to decide if the output
currect output should be filtered off or not. Filtering is based on
previously parsed and stored command line options.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
devlink/devlink.c