Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH]: iptables: always print mask in iptables-save | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-11-25 | 1 | -3/+15 |
| | | | | | | | | | | | | | iptables prints the mask as a prefix length if it is valid; This patch makes iptables-save do the same. Also, iptables-save will always print "/32" in the "-s addr/32" case now. This reduces the amount of code external parsing scripts need to provide to properly parse iptables-save output. ip6tables-save already does the right thing, so no change there. Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de> | ||||
* | [PATCH]: Don't silenty exit on failure to open /proc/net/{ip,ip6}_tables_names | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-10-18 | 1 | -1/+3 |
| | | | | Victor Stinner <victor.stinner@inl.fr> | ||||
* | Fix missing newlines in iptables-save/restore output (Pavol Rusnak ↵ | /C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net | 2007-05-10 | 1 | -1/+1 |
| | | | | | | <prusnak@suse.cz>) Bugzilla #568 | ||||
* | Fix iptables-save not printing -s !0/0 and -d !0/0 as well as ip6tables | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org | 2006-12-02 | 1 | -1/+1 |
| | | | | unnecessarily printing the address. Base on patch by Daniel De Graaf. | ||||
* | fix compilation of iptables on [old] systems that don't have IPT_F_GOTO | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-24 | 1 | -0/+4 |
| | |||||
* | add 'goto' support (Henrik Nordstrom <hno@marasystems.com>) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-11-05 | 1 | -1/+1 |
| | |||||
* | poll goto specific changes out of trunk | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-04-15 | 1 | -1/+1 |
| | |||||
* | fix iptables-save/restore of goto (Jonas Berlin) | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org | 2005-04-15 | 1 | -1/+1 |
| | |||||
* | Fix setting lib_dir in ip*tables-{save,restore} | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=gandalf/emailAddress=gandalf@netfilter.org | 2004-12-27 | 1 | -0/+4 |
| | |||||
* | Bastiaan Bakker's patch to combine iptables, iptables-save and iptables-restore | kadlec | 2004-06-25 | 1 | -1/+7 |
| | | | | for size reduction applied | ||||
* | Get rid of some warnings when compiling 64bit. | gandalf | 2004-05-26 | 1 | -2/+2 |
| | |||||
* | include netdb.h if we use getprotobynumber | laforge | 2004-04-15 | 1 | -0/+1 |
| | |||||
* | use /etc/protocols when printing protocol names (Pedro Lamarão) | laforge | 2007-11-30 | 1 | -0/+6 |
| | |||||
* | add userspace part of SCTP match | laforge | 2004-02-21 | 1 | -0/+1 |
| | |||||
* | Make sure to use matches in the order they are given when calling ↵ | gandalf | 2004-02-02 | 1 | -1/+1 |
| | | | | do_command() multiple times. | ||||
* | fix memory leak(s) in libiptc. Reverts the previous (wrong) patch. (Martin ↵ | laforge | 2003-05-02 | 1 | -0/+2 |
| | | | | Josefsson) | ||||
* | copyright / GPL notice | laforge | 2002-08-07 | 1 | -2/+5 |
| | |||||
* | globally replace NETFILTER_VERSION with IPTABLES_VERSION to have consistent ↵ | laforge | 2002-05-29 | 1 | -2/+2 |
| | | | | naming | ||||
* | Added -d and -t short options to getopt_long() call. | marc | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | make sure we print the "+" at the end of ppp+ stype interface names | laforge | 2001-11-08 | 1 | -1/+3 |
| | |||||
* | fix bug in iptables-save, ocurring with targets without save() function. | laforge | 2001-10-16 | 1 | -6/+14 |
| | | | | Debian Bug #113011 | ||||
* | - added patch to support statically linking of iptables | laforge | 2001-08-06 | 1 | -0/+4 |
| | | | | - iptables-save/-restore is no longer experimental | ||||
* | Fix speling of own name. | rusty | 2001-07-10 | 1 | -1/+1 |
| | | | | Fix EMail address. | ||||
* | ip6tables-save without target fix, scoreboard | laforge | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | A. van Schie: bug report "iptables-save doesn't save fall-through rules ↵ | laforge | 2001-05-24 | 1 | -1/+4 |
| | | | | correctly" | ||||
* | hopefully fixed the multiple-interface iptables-save problem | laforge | 2001-05-23 | 1 | -1/+1 |
| | |||||
* | fixes '_' in interface names bug (iptables) | laforge | 2001-05-12 | 1 | -1/+1 |
| | | | | fixes '+' in interface names bug (iptables-save) | ||||
* | fixing a lot of bugs / cleaning up | laforge | 2001-03-15 | 1 | -5/+15 |
| | | | | | - no more dependency problems with user-defined chains - cleanup of the old strtok problem ( no more goto) | ||||
* | ip6tables-save/-restore by Kis-Szabo Andras | laforge | 2001-02-26 | 1 | -1/+3 |
| | |||||
* | Fixes bug with inverted destination IP (report+fix by Bart Theunissen) | laforge | 2001-01-26 | 1 | -1/+1 |
| | |||||
* | fix another iptables-save segfault when match doesn't provide save function ↵ | laforge | 2001-01-24 | 1 | -1/+4 |
| | | | | (bug detected by Emmanuel Roger, fix by HW) | ||||
* | fixes segfault in iptables-save | laforge | 2001-01-23 | 1 | -4/+5 |
| | |||||
* | Fix compile warning about const. | rusty | 2001-01-07 | 1 | -1/+1 |
| | |||||
* | o serveral changes / additions to libiptc: | laforge | 2001-01-05 | 1 | -3/+3 |
| | | | | | | | | | - iptc_set_policy has additional argument 'counters' to be consistent with iptc_get_policy - added functions for counter manipulation (iptc_read_counter, iptc_zero_counter, iptc_set_counter) o iptables-save and iptables-restore manpage clearifications o iptables-restore counter restoring for chain counters | ||||
* | make iptables-restore and iptables-save work again! | laforge | 2000-12-01 | 1 | -77/+83 |
| | |||||
* | Minor compile fixes. | rusty | 2000-08-27 | 1 | -2/+2 |
| | |||||
* | A few more fixes. | rusty | 2000-07-30 | 1 | -53/+102 |
| | |||||
* | Module loading now can be compulsory. | rusty | 2000-05-02 | 1 | -2/+3 |
| | |||||
* | Makefile fixes for release.svn_t_nf-post-merge-1-0-0alpha | rusty | 2000-03-20 | 1 | -1/+1 |
| | | | | Whitespace cleanups. | ||||
* | reorganized tree after kernel mergesvn_t_netfilter | marc | 2000-03-20 | 1 | -0/+260 |