Eric Leblond wrote: > From: Eric leblond <eric@xxxxxx> > > This module is a generic module which is used to convert an IP from internal > representation to string representation. This is a task needed by several modules > like printpkt or pgsql. This module factorizes the code. Applied with minor glitches. Thanks. > +static int ip2str_start(struct ulogd_pluginstance *upi) > +{ > + return 0; > +} > + > +static int ip2str_fini(struct ulogd_pluginstance *upi) > +{ > + return 0; > +} Removed this since they are not required. > +static struct ulogd_plugin ifindex_plugin = { ^^^ Mind the copy and paste ;) -- "Los honestos son inadaptados sociales" -- Les Luthiers - To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html