[3/5] network initscripts: Remove code for old zone scheme

Message ID 20230829085241.6985-3-jonatan.schlag@ipfire.org
State Staged
Commit 100cd24a17e109b3012d676dbeeabc62145bedba
Headers
Series [1/5] Remove Start/Stop links for client175 |

Commit Message

Jonatan Schlag Aug. 29, 2023, 8:52 a.m. UTC
  A long time ago (2007) there were more config types possible then 1, 2, 3
and 4. As our installer currently only accepts config type out of the set
1, 2, 3 and 4 we do not need to check if our CONFIG_TYPE is in this set.

Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
---
 src/initscripts/system/network | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
  

Patch

diff --git a/src/initscripts/system/network b/src/initscripts/system/network
index 16609175a..ecc007a47 100644
--- a/src/initscripts/system/network
+++ b/src/initscripts/system/network
@@ -63,11 +63,9 @@  case "${DO}" in
 
 		# RED
 		if [ "$red" == "1" ]; then
-			if [ "$CONFIG_TYPE" = "1" -o "$CONFIG_TYPE" = "2" -o "$CONFIG_TYPE" = "3" -o "$CONFIG_TYPE" = "4" ]; then
-				# Remove possible leftover files
-				rm -f /var/ipfire/red/{active,device,dial-on-demand,dns1,dns2,local-ipaddress,remote-ipaddress,resolv.conf}
-				[ "$AUTOCONNECT" == "off" ] || /etc/rc.d/init.d/networking/red start
-			fi
+			# Remove possible leftover files
+			rm -f /var/ipfire/red/{active,device,dial-on-demand,dns1,dns2,local-ipaddress,remote-ipaddress,resolv.conf}
+			[ "$AUTOCONNECT" == "off" ] || /etc/rc.d/init.d/networking/red start
 		fi
 
 		# Create IPsec interfaces