summaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall3/files
Commit message (Collapse)AuthorAgeFilesLines
* firewall3: add wan6 interface to wan-zone by defaultSteven Barth2013-05-131-1/+1
| | | | SVN-Revision: 36623
* firewall3: Make IPv6 ULA-Border generation dynamicSteven Barth2013-04-242-19/+13
| | | | | | This fixes working behind another router which gives out ULAs. SVN-Revision: 36416
* firewall3: update to git headJo-Philipp Wich2013-03-132-1/+7
| | | | | | | | | | * Adds support for emitting hotplug events when creating and clearing zones (fixes miniupnpd) * Make NAT reflection direction configurable * Map init script stop action to flush * Map init script reload action to reload * Respect init script disabled state in hotplug handler SVN-Revision: 35998
* firewall3: update to git headJo-Philipp Wich2013-03-111-0/+3
| | | | | | | | | | * Fixes compilation against eglibc * Fixes tracking logic when selectively restarting IPv4 or IPv6 firewall * Fixes tracking logic for user chains by differentiating between reloads and restarts * Introduces per-zone user chains {input,output,forwarding,prerouting,postrouting}_$zone_rule * Supports legacy "tcpudp" protocol notation again SVN-Revision: 35969
* Revert "firewall3: update to git head"Jo-Philipp Wich2013-03-081-3/+0
| | | | | | This reverts commit 89969fa333c90fdb217b7289272f3427add107de. SVN-Revision: 35904
* firewall3: update to git headJo-Philipp Wich2013-03-081-0/+3
| | | | | | | - introduce per-zone user chains - support legacy "tcpudp" protocol notation SVN-Revision: 35903
* firewall3: add default config and firewall.userJo-Philipp Wich2013-03-052-0/+199
| | | | SVN-Revision: 35889
* firewall3: add support for shell script and iptables-restore style includesJo-Philipp Wich2013-02-221-2/+2
| | | | SVN-Revision: 35744
* firewall3: update to git headJo-Philipp Wich2013-02-211-0/+4
| | | | | | | | | - all uci rules are boxed in custom chains now, so a firewall stop leaves user rules intact - properly handle selective ipv4 or ipv6 only firewall start/stop/restart actions - support ip ranges (e.g. option src_ip '!192.168.1.1-192.168.1.100' -> -m iprange ! --src-range 192.168.1.1-192.168.1.100') - support time options (e.g. option weekdays 'Mon Tue Sat' -> -m time --weekdays 1,2,6') SVN-Revision: 35738
* firewall3 - a C implementation of the current firewall scriptsJo-Philipp Wich2013-02-172-0/+25
SVN-Revision: 35643