[libvirt] how virbr0-nic is created

8 Mar
2013
8 Mar
'13
9:40 p.m.
libvirt has a default NAT network, it create a bridge based on virbr0-nic, how virbr0-nic is created? thanks

8 Mar
8 Mar
8:36 a.m.
On 08.03.2013 08:40, yue wrote:
libvirt has a default NAT network, it create a bridge based on virbr0-nic, how virbr0-nic is created?
thanks
It's created in networkStartNetworkVirtual and subsequent functions which all boils down to: fd = open("/dev/net/tun", O_RDWR)); in virNetDevTapCreate. Michal
4562
Age (days ago)
4562
Last active (days ago)
1 comments
2 participants
participants (2)
-
Michal Privoznik
-
yue