i try to add syslog support into net/ipv4/netfilter/ipt_LOG.c .
so i added an include to sys/syslog.h and used the functions
in there.
i now get unresolved symbols for each function i use from syslog.h .
my question is, must i merge the whole syslog code to the kernel
for being able to use syslog in the above mentioned mod?
i added a 'firewall' facility to syslog and want all netfilter
logs coming throuh ipt_LOG log to this facility.
sorry if this sounds 'strange', but i'm relative new to the kernel
sources.
i started this cause i have not seen a possibility to log to
a specific facility with the klog daemon.
bye,
sascha
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/