Re: [PATCH v4 0/2] iproute2: support for device groups
From: Patrick McHardy <hidden>
Date: 2011-02-02 23:01:39
From: Patrick McHardy <hidden>
Date: 2011-02-02 23:01:39
Am 02.02.2011 19:23, schrieb Vlad Dogaru:
This patch series adds userspace support for network device groups. There is support for setting device groups, listing only interfaces of a specific group, and setting basic device parameters for all interfaces in a group. Changes since version 3: * drop devgroup keyword. There is a single keyword for specifying groups now. * store group names internally as a hash, similar to routing table names. This is more efficient for batch mode operations
Looks good to me, thanks.