commit | 70581922f873a88306dd5b1cb83c5081ee239eb8 | [log] [tgz] |
---|---|---|
author | Jamal Hadi Salim <hadi@cyberus.ca> | Fri Feb 13 08:36:44 2009 -0500 |
committer | Jan Engelhardt <jengelh@medozas.de> | Fri Feb 13 14:57:01 2009 +0100 |
tree | 9f0168386cbc2b77ac49abde8509c999e940370a | |
parent | ae19604fe1c4ab02dfbcd450e73826111f0f2b27 [diff] |
libxtables: consolidate merge_options into xtables_merge_options Introduce xtables_merge_options() for re-use reasons. Apps can use it instead of each defining their own merge_options(). Made iptables and ip6tables use the new shared interface. Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>