
2 Dec
2014
2 Dec
'14
6:57 p.m.
On 12/02/2014 12:08 PM, Laine Stump wrote:
These functions all set/get items in the sysfs for a bridge device. ---
John suggested splitting the bridge and bridge port functions into two separate commits, but I was lazy :-) (and also I think they are both simple and related enough in form and function, that it's okay to add them in a single patch. Oh, and I seriously doubt anyone would want to backport one without the others).
src/libvirt_private.syms | 6 ++ src/util/virnetdevbridge.c | 235 ++++++++++++++++++++++++++++++++++++++++++++- src/util/virnetdevbridge.h | 28 +++++- 3 files changed, 266 insertions(+), 3 deletions(-)
ACK John