X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fip6tables.h;fp=include%2Fip6tables.h;h=1050593a94aecda5488ae548ef0ce0be330c06c9;hb=7132284647c15ca30d942926bc506d6019d3b61c;hp=8360617c34405a92f304949d54d7f501de0fed94;hpb=105da95218c9d30375efc43f9edd8ef32998fedb;p=iproute2.git diff --git a/include/ip6tables.h b/include/ip6tables.h index 8360617..1050593 100644 --- a/include/ip6tables.h +++ b/include/ip6tables.h @@ -65,7 +65,7 @@ struct ip6tables_match struct ip6tables_target { struct ip6tables_target *next; - + ip6t_chainlabel name; const char *version; @@ -87,7 +87,7 @@ struct ip6tables_target int (*parse)(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, struct ip6t_entry_target **target); - + /* Final check; exit if not ok. */ void (*final_check)(unsigned int flags);