18 #ifndef _VNET_DEVICES_VIRTIO_TAP_H_ 19 #define _VNET_DEVICES_VIRTIO_TAP_H_ 22 #define MIN(x,y) (((x)<(y))?(x):(y)) 60 u8 host_namespace[64];
ip4_address_t host_ip4_addr
void tap_create_if(vlib_main_t *vm, tap_create_if_args_t *args)
int tap_delete_if(vlib_main_t *vm, u32 sw_if_index)
int tap_dump_ifs(tap_interface_details_t **out_tapids)
ip4_address_t host_ip4_gw
ip6_address_t host_ip6_addr
ip6_address_t host_ip6_gw
TAP interface details struct.