All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla@busybox.net
To: buildroot@uclibc.org
Subject: [Buildroot] [Bug 13971] ip6tables-nft build does not include MASQUERADE target options
Date: Tue, 15 Mar 2022 20:59:11 +0000	[thread overview]
Message-ID: <bug-13971-163-IBtfrhunrg@https.bugs.busybox.net/> (raw)
In-Reply-To: <bug-13971-163@https.bugs.busybox.net/>

https://bugs.busybox.net/show_bug.cgi?id=13971

--- Comment #9 from Peter Seiderer <ps.report@gmx.net> ---
Re-add bug description from one of the duplicates:

> From mbuil@suse.com 2021-07-08 15:27:37 UTC
>
> Since 1.6, iptables supports the MASQUERADE target options:
>
> MASQUERADE target options:
>  --to-ports <port>[-<port>]
>                               Port (range) to map to.
>  --random
>                               Randomize source port.
>  --random-fully
>                               Fully randomize source port.
>
> When building iptables-nft, the MASQUERADE target options are included in the iptables-nft binary, however, they are not in the ip6tables-nft:
>
> $> sudo ./output/target/usr/sbin/iptables-nft -A POSTROUTING -s 10.244.0.0/16 ! -d 224.0.0.0/4 -j MASQUERADE --help | grep random
>  --random
>  --random-fully
>                               Fully randomize source port.
> $> sudo ./output/target/usr/sbin/ip6tables-nft -A POSTROUTING -s 10.244.0.0/16 ! -d 224.0.0.0/4 -j MASQUERADE --help | grep random
> $>
>
> Those targets come from the files libipt_MASQUERADE.c and libip6t_MASQUERADE.c in https://git.netfilter.org/iptables/tree/extensions but for some reason the ip6 one does not get included in the binary

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-03-15 20:59 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-02 20:13 [Buildroot] [Bug 13971] New: ip6tables-nft build does not include MASQUERADE target options bugzilla
2021-11-02 20:13 ` [Buildroot] [Bug 13971] " bugzilla
2021-11-02 20:13 ` bugzilla
2021-11-02 20:13 ` bugzilla
2021-11-02 20:13 ` bugzilla
2021-11-02 20:13 ` bugzilla
2021-11-02 20:13 ` bugzilla
2022-03-15 11:50 ` bugzilla
2022-03-15 20:59 ` bugzilla [this message]
2022-03-15 21:03 ` bugzilla
2022-03-17  8:08 ` bugzilla

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=bug-13971-163-IBtfrhunrg@https.bugs.busybox.net/ \
    --to=bugzilla@busybox.net \
    --cc=buildroot@uclibc.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.