X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fpltap-ovs%2Ftunalloc.h;fp=planetlab%2Fpltap-ovs%2Ftunalloc.h;h=3e5caae1d34f498c7c9c0f4f99b728f093a10ee0;hb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;hp=0000000000000000000000000000000000000000;hpb=079b5942276a04b2b18f1ec5bd2e07170e3ab9bd;p=sliver-openvswitch.git diff --git a/planetlab/pltap-ovs/tunalloc.h b/planetlab/pltap-ovs/tunalloc.h new file mode 100644 index 000000000..3e5caae1d --- /dev/null +++ b/planetlab/pltap-ovs/tunalloc.h @@ -0,0 +1,6 @@ +#ifndef _TUNALLOC_H +#define _TUNALLOC_H + +int tun_alloc(int iftype, char *if_name); + +#endif