From: Pablo Neira Ayuso <pablo@netfilter.org>
To: yoann.juet@univ-nantes.fr
Cc: netfilter@vger.kernel.org
Subject: Re: Second failover failure with conntrackd - INVALID packets
Date: Sun, 25 Jan 2009 18:55:46 +0100 [thread overview]
Message-ID: <497CA7A2.2000906@netfilter.org> (raw)
In-Reply-To: <497C4440.7050809@netfilter.org>
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]
Pablo Neira Ayuso wrote:
> Yoann Juet wrote:
>> "Error parsing config file: line (190), symbol 'from': syntax error"
>>
>> I have to delete it to make starting conntrackd.
>
> Filter From Kernelspace {
> Protocol Accept {
> TCP
> }
> Address Ignore {
> IPv4_address 127.0.0.1 # loopback
> }
> }
>
> It works here fine. Error reporting in the parsing is not very precise
> yet, probably the problem is not in Filter but before (something is
> missing and the parser gets confused). Could you post your config file
> to reproduce it? You can send it to me in private if you want.
Sorry, you're right. There is a typo in the example files. I have
applied the following fix to the git (will be available in
conntrack-tools-0.9.10).
--
"Los honestos son inadaptados sociales" -- Les Luthiers
[-- Attachment #2: doc3.patch --]
[-- Type: text/x-diff, Size: 1829 bytes --]
doc: use 'From' instead of 'from' in the example configfiles
This patch fixes a wrong use of 'from' instead of 'From' in the
example configuration files.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
doc/sync/alarm/conntrackd.conf | 2 +-
doc/sync/ftfw/conntrackd.conf | 2 +-
doc/sync/notrack/conntrackd.conf | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf
index 39741b3..da11887 100644
--- a/doc/sync/alarm/conntrackd.conf
+++ b/doc/sync/alarm/conntrackd.conf
@@ -226,7 +226,7 @@ General {
# event filtering, use the keyword 'Kernelspace' instead of
# 'Userspace'.
#
- Filter from Userspace {
+ Filter From Userspace {
#
# Accept only certain protocols: You may want to replicate
# the state of flows depending on their layer 4 protocol.
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 93f7a44..3c39291 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -235,7 +235,7 @@ General {
# event filtering, use the keyword 'Kernelspace' instead of
# 'Userspace'.
#
- Filter from Userspace {
+ Filter From Userspace {
#
# Accept only certain protocols: You may want to replicate
# the state of flows depending on their layer 4 protocol.
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index 39a5faa..f86d17b 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -216,7 +216,7 @@ General {
# event filtering, use the keyword 'Kernelspace' instead of
# 'Userspace'.
#
- Filter from Userspace {
+ Filter From Userspace {
#
# Accept only certain protocols: You may want to replicate
# the state of flows depending on their layer 4 protocol.
next prev parent reply other threads:[~2009-01-25 17:55 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-21 17:52 Second failover failure with conntrackd - INVALID packets Yoann Juet
2009-01-21 20:52 ` Pablo Neira Ayuso
2009-01-22 9:54 ` Yoann Juet
2009-01-22 16:55 ` Pablo Neira Ayuso
2009-01-23 12:39 ` Yoann Juet
2009-01-25 10:51 ` Pablo Neira Ayuso
2009-01-25 17:55 ` Pablo Neira Ayuso [this message]
2009-01-26 19:27 ` Yoann Juet
2009-01-26 23:01 ` Pablo Neira Ayuso
2009-01-29 16:10 ` Yoann Juet
2009-02-03 10:10 ` Pablo Neira Ayuso
2009-02-04 10:37 ` Yoann Juet
2009-02-04 10:43 ` Pablo Neira Ayuso
2009-02-06 9:18 ` Yoann Juet
2009-02-09 11:29 ` Pablo Neira Ayuso
2009-02-10 13:13 ` Yoann Juet
2009-02-11 8:49 ` Pablo Neira Ayuso
2009-02-13 8:21 ` Yoann Juet
2009-02-13 15:20 ` Pablo Neira Ayuso
[not found] ` <499B0696.2020300@netfilter.org>
2009-02-23 15:38 ` Yoann Juet
2009-02-23 20:40 ` Pablo Neira Ayuso
2009-02-24 12:03 ` Yoann Juet
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=497CA7A2.2000906@netfilter.org \
--to=pablo@netfilter.org \
--cc=netfilter@vger.kernel.org \
--cc=yoann.juet@univ-nantes.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.