[libvirt] [PATCH v2] Consolidate interface related functions in interface.c

Eric Blake eblake at redhat.com
Tue Apr 13 14:15:01 UTC 2010


On 04/13/2010 04:34 AM, Stefan Berger wrote:
> Changes from v1 to v2:
> - changed function name prefixes to 'iface' from previous 'Iface'
> 
> 
> I am consolidating network interface related functions used in nwfilter
> and macvtap code in utils/interface.c. All function names are prefixed
> with 'Iface'. The following functions are now available through
> interface.h:
> 
> int ifaceCtrl(const char *name, bool up);
> int ifaceUp(const char *name);
> int ifaceDown(const char *name);
> 
> int ifaceCheck(bool reportError, const char *ifname,
>                const unsigned char *macaddr, int ifindex);
> 
> int ifaceGetIndex(bool reportError, const char *ifname, int *ifindex);

ACK.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 323 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20100413/09e2ae50/attachment-0001.sig>


More information about the libvir-list mailing list