mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
network: Rename MACVTAP script
This script is creating common bridges now, too and therefore needs a more generic name. Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
4aef53d50d
commit
3fbf7bed79
@@ -6,5 +6,5 @@ ACTION=="add", SUBSYSTEM=="net", PROGRAM="/lib/udev/network-hotplug-rename", RES
|
||||
# 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"
|
||||
# Call a script that will set up zones as bridges
|
||||
ACTION=="add", SUBSYSTEM=="net", RUN+="/lib/udev/network-hotplug-bridges"
|
||||
|
||||
Reference in New Issue
Block a user