Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firewall3: clear contnrack table on flush, set policies to drop during rule ↵ | Jo-Philipp Wich | 2013-02-27 | 1 | -2/+2 |
| | | | | | | reload SVN-Revision: 35820 | ||||
* | firewall3: add support for shell script and iptables-restore style includes | Jo-Philipp Wich | 2013-02-22 | 2 | -4/+4 |
| | | | | SVN-Revision: 35744 | ||||
* | firewall3: update to git head | Jo-Philipp Wich | 2013-02-21 | 2 | -2/+6 |
| | | | | | | | | | - 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 | 3 | -0/+70 |
SVN-Revision: 35643 |