mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 13:34:27 -04:00 
			
		
		
		
	firewall: process custom rules after forwardings and redirects, this actually allows blocking traffic to certain hosts and other rules
SVN-Revision: 15278
This commit is contained in:
		
							parent
							
								
									f40eaba4df
								
							
						
					
					
						commit
						cacb52e19f
					
				| @ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk | ||||
| PKG_NAME:=firewall | ||||
| 
 | ||||
| PKG_VERSION:=1 | ||||
| PKG_RELEASE:=2 | ||||
| PKG_RELEASE:=3 | ||||
| 
 | ||||
| include $(INCLUDE_DIR)/package.mk | ||||
| 
 | ||||
|  | ||||
| @ -401,12 +401,12 @@ fw_init() { | ||||
| 	config_foreach fw_defaults defaults | ||||
| 	echo "Loading zones" | ||||
| 	config_foreach fw_zone zone | ||||
| 	echo "Loading rules" | ||||
| 	config_foreach fw_rule rule | ||||
| 	echo "Loading forwarding" | ||||
| 	config_foreach fw_forwarding forwarding | ||||
| 	echo "Loading redirects" | ||||
| 	config_foreach fw_redirect redirect | ||||
| 	echo "Loading rules" | ||||
| 	config_foreach fw_rule rule | ||||
| 	echo "Loading includes" | ||||
| 	config_foreach fw_include include | ||||
| 	uci_set_state firewall core loaded 1 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user