netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jan Engelhardt <jengelh@inai.de>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH 9/9] src: remove faulty deprecated marker in libipt_LOG source
Date: Wed, 10 Oct 2012 14:26:32 +0200	[thread overview]
Message-ID: <1349871992-31115-10-git-send-email-jengelh@inai.de> (raw)
In-Reply-To: <1349871992-31115-1-git-send-email-jengelh@inai.de>

The "err" loglevel is not actually deprecated - it is the only name
available to mean the LOG_ERR level.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
---
 extensions/libip6t_LOG.c |    2 +-
 extensions/libipt_LOG.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/libip6t_LOG.c b/extensions/libip6t_LOG.c
index 2b1ae28..8dc94e3 100644
--- a/extensions/libip6t_LOG.c
+++ b/extensions/libip6t_LOG.c
@@ -68,7 +68,7 @@ static const struct ip6t_log_names ip6t_log_names[]
     { .name = "crit",    .level = LOG_CRIT },
     { .name = "debug",   .level = LOG_DEBUG },
     { .name = "emerg",   .level = LOG_EMERG },
-    { .name = "error",   .level = LOG_ERR },		/* DEPRECATED */
+    { .name = "error",   .level = LOG_ERR },
     { .name = "info",    .level = LOG_INFO },
     { .name = "notice",  .level = LOG_NOTICE },
     { .name = "panic",   .level = LOG_EMERG },		/* DEPRECATED */
diff --git a/extensions/libipt_LOG.c b/extensions/libipt_LOG.c
index 77f16d1..971f3ca 100644
--- a/extensions/libipt_LOG.c
+++ b/extensions/libipt_LOG.c
@@ -68,7 +68,7 @@ static const struct ipt_log_names ipt_log_names[]
     { .name = "crit",    .level = LOG_CRIT },
     { .name = "debug",   .level = LOG_DEBUG },
     { .name = "emerg",   .level = LOG_EMERG },
-    { .name = "error",   .level = LOG_ERR },		/* DEPRECATED */
+    { .name = "error",   .level = LOG_ERR },
     { .name = "info",    .level = LOG_INFO },
     { .name = "notice",  .level = LOG_NOTICE },
     { .name = "panic",   .level = LOG_EMERG },		/* DEPRECATED */
-- 
1.7.10.4


  parent reply	other threads:[~2012-10-10 12:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-10 12:26 Documentation fixes to iptables Jan Engelhardt
2012-10-10 12:26 ` [PATCH 1/9] doc: rename .8.in files to .8in Jan Engelhardt
2012-10-10 16:20   ` Pablo Neira Ayuso
2012-10-10 12:26 ` [PATCH 2/9] doc: add package version to all manpages Jan Engelhardt
2012-10-10 12:26 ` [PATCH 3/9] doc: fixup omissions in ip6tables-restore.8 Jan Engelhardt
2012-10-10 16:21   ` Pablo Neira Ayuso
2012-10-10 12:26 ` [PATCH 4/9] doc: document iptables-restore's -t option Jan Engelhardt
2012-10-10 12:26 ` [PATCH 5/9] doc: document iptables-restore's -v option Jan Engelhardt
2012-10-10 12:26 ` [PATCH 6/9] doc: document iptables-restore's -M option Jan Engelhardt
2012-10-10 12:26 ` [PATCH 7/9] doc: document iptables-restore's -h option Jan Engelhardt
2012-10-10 12:26 ` [PATCH 8/9] doc: name the supported log levels for ipt_LOG Jan Engelhardt
2012-10-10 12:26 ` Jan Engelhardt [this message]
2012-10-10 12:38 ` Documentation fixes to iptables Pablo Neira Ayuso
2012-10-10 13:04   ` Jan Engelhardt

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=1349871992-31115-10-git-send-email-jengelh@inai.de \
    --to=jengelh@inai.de \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).