]> rtime.felk.cvut.cz Git - lisovros/iproute2_canprio.git/commit
iproute2: Add netlink attribute to filter dump requests
authorRose, Gregory V <gregory.v.rose@intel.com>
Tue, 21 Feb 2012 10:43:09 +0000 (10:43 +0000)
committerStephen Hemminger <shemminger@vyatta.com>
Thu, 12 Apr 2012 16:36:30 +0000 (09:36 -0700)
commitbd886ebb1ffd84301caa2341b671df9a9e2db4c9
treedff36009fa26cf74519e4c11d41fcef2a2d00250
parent29cea29df0dfe45562fd42673e26608d25180eee
iproute2: Add netlink attribute to filter dump requests

Add a new netlink attribute type to the dump request to allow
filtering of the information returned for the respective matching
interfaces.  At this time the only filter defined is to request
virtual function (VF) device info for interfaces that attached VFs.

It will also be possible to extend the request with other yet to be
defined netlink attributes in the future.

Signed-off-by: Greg Rose <gregory.v.rose@intel.com>
lib/libnetlink.c