freebsd-dev/contrib/ipfilter/tools
Cy Schubert a97e8d2fe4 Implement the dynamic add (-A) and removal (-R) of ippool pools
from the command line. Prior to this the functionality was mostly there
however since the pool type (-t) was not recognized by the -A and -R
command options -- not recognized by getopt(). Additionally the code to
implement the dynamic add and removal of pools didn't work.

When dynamically adding (-A) a pool a type (-t) to specify if the pool
is a tree or hash pool must  be specified. When dynamically removing (-R)
a pool, omitting -t will cause a search-and-destroy which will remove
both types of pools matching the name given (-m).

PR:		218433
MFC after:	1 week
2019-09-27 00:29:12 +00:00
..
BNF.ipf
BNF.ipnat
ipf_y.y Replace AF_INET6 ifdefs with USE_INET6 ifdefs. This is more consistent 2017-06-23 02:42:04 +00:00
ipf.c ipfilter #ifdef cleanup. 2019-02-03 05:25:49 +00:00
ipfcomp.c calloc() and realloc() modernization. 2017-03-16 04:40:07 +00:00
ipfs.c ipfilter #ifdef cleanup. 2019-02-03 05:25:49 +00:00
ipfstat.c ipfilter #ifdef cleanup. 2019-02-03 05:25:49 +00:00
ipfsyncd.c
ipftest.c ipfilter #ifdef cleanup. 2019-02-03 05:25:49 +00:00
ipmon_y.y
ipmon.c Return a return code scripts might expect. I missed this while 2019-06-27 03:50:13 +00:00
ipnat_y.y ipfilter #ifdef cleanup. 2019-02-03 05:25:49 +00:00
ipnat.c ipfilter #ifdef cleanup. 2019-02-03 05:25:49 +00:00
ippool_y.y Teach the ippool parser about address families. This is a precursor 2019-09-26 03:09:45 +00:00
ippool.c Implement the dynamic add (-A) and removal (-R) of ippool pools 2019-09-27 00:29:12 +00:00
ipscan_y.y
ipsyncm.c
ipsyncs.c
lex_var.h
lexer.c
lexer.h
Makefile