X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fvnet%2Fvnet.h;h=949f0b28382922fd67dcc6a8a4ebe0608da4c980;hb=e346c0bf2e9d047cbb696cd588a5f695b5aa04ca;hp=85babbec93404256f2b3606026a564f780534f37;hpb=6ed3385440a7d82f4529bb9433d1a5489351c378;p=palacios.git diff --git a/palacios/include/vnet/vnet.h b/palacios/include/vnet/vnet.h index 85babbe..949f0b2 100644 --- a/palacios/include/vnet/vnet.h +++ b/palacios/include/vnet/vnet.h @@ -101,7 +101,12 @@ int v3_vnet_add_bridge(struct v3_vm_info * vm, struct v3_vnet_bridge_ops * ops, uint8_t type, void * priv_data); + +void v3_vnet_del_bridge(uint8_t type); + int v3_vnet_add_route(struct v3_vnet_route route); +void v3_vnet_del_route(uint32_t route_idx); + int v3_vnet_send_pkt(struct v3_vnet_pkt * pkt, void * private_data, int synchronize); int v3_vnet_find_dev(uint8_t * mac); int v3_vnet_stat(struct vnet_stat * stats);