Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firewall3: rename to firewall, move into base system menu, update to git ↵ | Jo-Philipp Wich | 2013-06-04 | 1 | -25/+0 |
| | | | | | | head with compatibility fixes for AA SVN-Revision: 36838 | ||||
* | firewall3: update to git head | Jo-Philipp Wich | 2013-03-13 | 1 | -1/+5 |
| | | | | | | | | | | * 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 head | Jo-Philipp Wich | 2013-02-21 | 1 | -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 scripts | Jo-Philipp Wich | 2013-02-17 | 1 | -0/+17 |
SVN-Revision: 35643 |