All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: "Sagatov, Evgeniy" <esagatov@amt.ru>
To: "netfilter-devel@vger.kernel.org" <netfilter-devel@vger.kernel.org>
Subject: xtables-addons RAWDNAT bug
Date: Wed, 20 Mar 2024 11:00:47 +0000	[thread overview]
Message-ID: <cbed66aa10f243278a8449c59f27eb44@amt.ru> (raw)

Hello.
 
I found a bug and want to add it to bugzilla, but I don't have an account.
I requested the creation of an account via bugzilla-account@netfilter.org, but did not receive a response.
 
After commit "libxtables: Unexport init_extensions*() declarations" (ef108943f69a6e20533d58823740d3f0534ea8ec) in iptables, the module RAWDNAT from the xtables-addons stopped working propertly.
 
command line:
iptables -t raw -A PREROUTING-TUNNELING-UDP -p udp -s 0.0.0.0/0 -d 10.0.0.1/1234 --dport 4567:4567 -j RAWDNAT --to-destination 192.168.1.2:4567
 
stdout:
iptables v1.8.8 (legacy): unknown option "--to-destination"
Try `iptables -h' or 'iptables --help' for more information.
 
exit code:
2
 
----
Sincerely, Evgeny Sagatov

             reply	other threads:[~2024-03-20 11:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-20 11:00 Sagatov, Evgeniy [this message]
2024-03-20 11:13 ` xtables-addons RAWDNAT bug 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=cbed66aa10f243278a8449c59f27eb44@amt.ru \
    --to=esagatov@amt.ru \
    --cc=netfilter-devel@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.