All of lore.kernel.org
 help / color / mirror / Atom feed
From: Elvar <elvar@elvar.org>
To: Jan Engelhardt <jengelh@inai.de>
Cc: netfilter@vger.kernel.org
Subject: Re: was there a syntax rule change regarding the use of '!'
Date: Wed, 29 Aug 2012 14:38:17 -0500	[thread overview]
Message-ID: <503E6FA9.8020302@elvar.org> (raw)
In-Reply-To: <alpine.LNX.2.01.1208292047110.16929@frira.zrqbmnf.qr>


On 8/29/2012 1:49 PM, Jan Engelhardt wrote:
> On Wednesday 2012-08-29 18:08, Elvar wrote:
>> I just deployed by first Ubuntu 12.04 install and I was seeing errors in my
>> typical iptables script. I found that I had to change the order of where I
>> placed my '!' in the rule. For example...
>>
>> OLD -> iptables -A FORWARD -i eth1 -s ! 192.168.42.0/24 -j DROP
>> NEW -> iptables -A FORWARD -i eth1 ! -s 192.168.42.0/24 -j DROP
>>
>> I don't see anything about this in the changelog so I was just wondering if
>> anyone else has seen this as well.
> A long time ago in a galaxy far, far away....
>
>
> commit 0f16c725aadaac7e670d632ecbaea3661ff00827 (v1.4.3~46^2~3)
> Author: Jan Engelhardt <jengelh@medozas.de>
> Date:   Fri Jan 30 04:55:38 2009 +0100
>
>      libxtables: prefix/order - move check_inverse to xtables.c
>
>      This also adds a warning that intrapositional negation support
>      is deprecated.
>
>      Signed-off-by: Jan Engelhardt <jengelh@medozas.de>

Thanks! :)



      reply	other threads:[~2012-08-29 19:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-29 16:08 was there a syntax rule change regarding the use of '!' Elvar
2012-08-29 12:30 ` Neal Murphy
2012-08-29 18:49 ` Jan Engelhardt
2012-08-29 19:38   ` Elvar [this message]

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=503E6FA9.8020302@elvar.org \
    --to=elvar@elvar.org \
    --cc=jengelh@inai.de \
    --cc=netfilter@vger.kernel.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 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.