summaryrefslogtreecommitdiffstats
path: root/include/iptables.h
Commit message (Collapse)AuthorAgeFilesLines
* SPDX license identifiersStephen Hemminger2017-11-241-0/+1
| | | | | | | For all files in iproute2 which do not have an obvious license identification, mark them with SPDK GPL-2 Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
* Update to current iptables headersStephen Hemminger2016-01-031-170/+16
| | | | Keep in sync with current iptables upstream
* Fix compilation error of m_ipt.c with -Werror enabledVijay Subramanian2013-02-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | Commit (5a650703d47e10aa386406c855eff5a593b2120b Makefile: make warnings into errors ) causes the following build error. gcc -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -DCONFIG_GACT -DCONFIG_GACT_PROB -DIPT_LIB_DIR=\"/lib/xtables\" -DYY_NO_INPUT -c -o m_ipt.o m_ipt.c cc1: warnings being treated as errors m_ipt.c:72: error: no previous prototype for 'xtables_register_target' m_ipt.c:361: error: no previous prototype for 'build_st' make[1]: *** [m_ipt.o] Error 1 This is fixed by adding the prototype in the header include/iptables.h I am not sure if this is due to something wrong on my build system but I am using current glibc 2.17. Signed-off-by: Vijay Subramanian <subramanian.vijay@gmail.com>
* Remove trailing whitespaceStephen Hemminger2006-12-051-1/+1
| | | | | | Go through source files and remove all trailing whitespace Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
* (Logical change 1.181)osdl.net!shemminger2005-03-301-0/+22
|
* Import patch iproute2.110net[shemminger]!shemminger2005-01-171-0/+155
| | | | (Logical change 1.112)
* Initial revisionnet[shemminger]!shemminger2005-01-171-0/+0