Просмотр исходного кода

make the firewall script run after the network script again (required for working with dynamically assigned interfaces), include the network state

SVN-Revision: 7806
Felix Fietkau 18 лет назад
Родитель
Сommit
2cc2d7707b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      package/iptables/files/firewall.init

+ 2 - 1
package/iptables/files/firewall.init

@@ -2,10 +2,11 @@
 # Copyright (C) 2006 OpenWrt.org
 
 ## Please make changes in /etc/firewall.user
-START=35
+START=45
 start() {
 	include /lib/network
 	scan_interfaces
+	config_load /var/state/network
 	
 	config_get WAN wan ifname
 	config_get WANDEV wan device