summaryrefslogtreecommitdiffstats
path: root/xtoptions.c
Commit message (Collapse)AuthorAgeFilesLines
* libxtables: guided option parserJan Engelhardt2011-04-061-0/+299
This patchset seeks to drastically reduce the code in the individual extensions by centralizing their argument parsing (breakdown of strings), validation, and in part, assignment. As a secondary goal, this reduces the number of static storage duration variables in flight. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>