Signed-off-by: Michael Tremer <[email protected]>
---
 config/udev/network-hotplug-master | 2 +-
 config/udev/network-hotplug-rename | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/udev/network-hotplug-master 
b/config/udev/network-hotplug-master
index b61b657bb..34cec46a6 100644
--- a/config/udev/network-hotplug-master
+++ b/config/udev/network-hotplug-master
@@ -31,7 +31,7 @@ detect_zone() {
        intf="${intf^^}"
 
        local zone
-       for zone in GREEN BLUE ORANGE RED; do
+       for zone in GREEN BLUE ORANGE RED INTF0 INTF1 INTF2 INTF3; do
                # Try to find if INTERFACE is the *phys version of a zone
                if [ "${intf}" = "${zone}" ]; then
                        echo "${zone}"
diff --git a/config/udev/network-hotplug-rename 
b/config/udev/network-hotplug-rename
index f27eecae6..b4e694ed3 100644
--- a/config/udev/network-hotplug-rename
+++ b/config/udev/network-hotplug-rename
@@ -57,7 +57,7 @@ fi
 eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
 
 # Standard zones
-ZONES="RED GREEN ORANGE BLUE"
+ZONES="RED GREEN ORANGE BLUE INTF0 INTF1 INTF2 INTF3"
 
 # Determine the address of INTERFACE
 ADDRESS="$(</sys/class/net/${INTERFACE}/address)"
-- 
2.47.2


Reply via email to