summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* Bash completion utility updatedJozsef Kadlecsik2023-12-141-3/+3
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
* Merge branch 'master' of ssh://git.netfilter.org:60084/ipsetJozsef Kadlecsik2023-09-191-1/+1
|\
| * bash-completion: fix syntax errorJeremy Sowden2023-08-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a syntax error in a redirection: $ bash -x utils/ipset_bash_completion/ipset + shopt -s extglob utils/ipset_bash_completion/ipset: line 365: syntax error near unexpected token `(' utils/ipset_bash_completion/ipset: line 365: `done < <(PATH=${PATH}:/sbin ( command ip -o link show ) )' Move the environment variable assignment into the sub-shell. Fixes: da6242e17583 ("Updated utilities") Link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1041605 Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* | Add json output to list commandThomas Oberhammer2023-09-181-2/+2
|/ | | | Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
* Updated utilitiesJozsef Kadlecsik2021-01-193-1787/+1083
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
* Add bash completion to the install routine.Mart Frauenlob2016-02-262-0/+4
| | | | | | | | Add the configure option --enable-bashcompl (default disabled). The PKG_CHECK_VAR requires pkg-config 0.28 or greater. Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Bash utilities updatedJozsef Kadlecsik2014-09-302-48/+79
|
* The utils are updated from their sourcesJozsef Kadlecsik2014-09-231-77/+109
|
* The bash utilities are updatedJozsef Kadlecsik2014-03-075-521/+1179
|
* The utils are updated from their sourcesJozsef Kadlecsik2013-05-075-502/+1734
|
* The ipset_list tool is addedJozsef Kadlecsik2013-02-213-0/+1096
| | | | Source: http://sourceforge.net/projects/ipset-list
* The ipset_bash_completion tool is addedJozsef Kadlecsik2013-02-212-0/+418
Source: http://sourceforge.net/projects/ipset-bashcompl