* dhcpcd: Ignore vboxnet*.

svn path=/nixos/trunk/; revision=32716
This commit is contained in:
Eelco Dolstra 2012-03-01 13:49:47 +00:00
parent 8c88506e05
commit 742198c6ea

View file

@ -32,7 +32,7 @@ let
# Ignore peth* devices; on Xen, they're renamed physical
# Ethernet cards used for bridging. Likewise for vif* and tap*
# (Xen) and virbr* and vnet* (libvirt).
denyinterfaces ${toString ignoredInterfaces} peth* vif* tap* tun* virbr* vnet*
denyinterfaces ${toString ignoredInterfaces} peth* vif* tap* tun* virbr* vnet* vboxnet*
'';
# Hook for emitting ip-up/ip-down events.