]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/blobdiff - config/udev/60-net.rules
Merge branch 'next' of git://git.ipfire.org/ipfire-2.x into mariadb
[people/dweismueller/ipfire-2.x.git] / config / udev / 60-net.rules
index e82320cfe4ddb344cab26f2895ecb9ac0a276a2c..e031e7a1edcce7dce7f4f6afe039d87b30bedfad 100644 (file)
@@ -5,3 +5,6 @@ ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/network-hotplug-rename", RES
 # Call a script that will create all virtual devices for a parent device
 # that has just come up.
 ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-vlan"
+
+# Call a script that will set up macvtap interfaces
+ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-macvtap"