Displaying 1 result from an estimated 1 matches for "ipt_ulog_info".
2003 Mar 07
0
[Bug 62] New: I patched the iptables-restore and liblptulog for string included "," "
...diff -urN iptables-1.2.7a.org/extensions/libipt_ULOG.c iptables-
1.2.7a/extensions/libipt_ULOG.c
--- iptables-1.2.7a.org/extensions/libipt_ULOG.c Wed May 29 22:08:16 2002
+++ iptables-1.2.7a/extensions/libipt_ULOG.c Sat Mar 8 02:09:08 2003
@@ -157,7 +157,7 @@
= (const struct ipt_ulog_info *) target->data;
if (strcmp(loginfo->prefix, "") != 0)
- printf("--ulog-prefix %s ", loginfo->prefix);
+ printf("--ulog-prefix \`%s\` ", loginfo->prefix);
if (loginfo->nl_group != ULOG_DEFAULT_NLGROUP) {...