Selaa lähdekoodia

firewall: don't apply default udp/68 rule to ip6tables

SVN-Revision: 21509
Jo-Philipp Wich 16 vuotta sitten
vanhempi
sitoutus
cc84e0672b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      package/firewall/files/firewall.config

+ 1 - 0
package/firewall/files/firewall.config

@@ -31,6 +31,7 @@ config rule
 	option proto		udp
 	option dest_port	68
 	option target		ACCEPT
+	option family	ipv4
 
 #Allow ping
 config rule