[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180805231537.vyotuhqbcecxuqzh@breakpoint.cc>
Date: Mon, 6 Aug 2018 01:15:37 +0200
From: Florian Westphal <fw@...len.de>
To: Michal Kubecek <mkubecek@...e.cz>
Cc: Florian Westphal <fw@...len.de>,
Satish Patel <satish.txt@...il.com>, netdev@...r.kernel.org
Subject: Re: Linux kernel error stack
Michal Kubecek <mkubecek@...e.cz> wrote:
> Oops, exactly this issue was already discussed almost a year ago:
>
> http://lkml.kernel.org/r/20170824104824.2C318A0F3A@unicorn.suse.cz
>
> But something more urgent came and I forgot to get back to it. :-(
I did not even remeber, thanks for the pointer.
So I think best course of action is to update man page to clearly
say this only works in postrouting and with udp, and is ONLY
intended for working around old dhcp software.
>From kernel, have checkentry emit a warning
when this is used for protocols other than udp,
and make this a no-op for everything else.
Same for postrouting: warn from checkentry if the hook is something
else, and have target function not do anything for !postrouting.
Does that make sense?
I can work on a patch later this week if needed.
Powered by blists - more mailing lists