1
0
Fork 0
mirror of https://passt.top/passt synced 2025-05-28 04:17:20 +02:00

passt: rename tap_sock_init() to tap_backend_init()

Extract pool storage initialization loop to tap_sock_update_pool(),
extract QEMU hints to tap_backend_show_hints().

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
Laurent Vivier 2024-11-13 09:04:05 +01:00 committed by Stefano Brivio
parent 1ceee36c57
commit 007af94bb9
3 changed files with 43 additions and 17 deletions

View file

@ -244,7 +244,7 @@ int main(int argc, char **argv)
pasta_netns_quit_init(&c);
tap_sock_init(&c);
tap_backend_init(&c);
random_init(&c);