mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +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
@@ -28,7 +28,7 @@ lib/udev
|
||||
#lib/udev/hwdb.d/60-keyboard.hwdb
|
||||
#lib/udev/init-net-rules.sh
|
||||
#lib/udev/mtd_probe
|
||||
#lib/udev/network-hotplug-macvtap
|
||||
#lib/udev/network-hotplug-bridges
|
||||
#lib/udev/network-hotplug-rename
|
||||
#lib/udev/network-hotplug-vlan
|
||||
#lib/udev/rule_generator.functions
|
||||
|
||||
@@ -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"
|
||||
|
||||
4
lfs/udev
4
lfs/udev
@@ -109,8 +109,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
/lib/udev/network-hotplug-rename
|
||||
install -v -m 755 $(DIR_SRC)/config/udev/network-hotplug-vlan \
|
||||
/lib/udev/network-hotplug-vlan
|
||||
install -v -m 755 $(DIR_SRC)/config/udev/network-hotplug-macvtap \
|
||||
/lib/udev/network-hotplug-macvtap
|
||||
install -v -m 755 $(DIR_SRC)/config/udev/network-hotplug-bridges \
|
||||
/lib/udev/network-hotplug-bridges
|
||||
install -v -m 644 $(DIR_SRC)/config/udev/60-net.rules \
|
||||
/lib/udev/rules.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user