* unknown option "--map-set"
@ 2015-08-12 7:12 Akshat Kakkar
2015-08-12 9:05 ` Akshat Kakkar
0 siblings, 1 reply; 4+ messages in thread
From: Akshat Kakkar @ 2015-08-12 7:12 UTC (permalink / raw)
To: netfilter@vger.kernel.org
I am running sl6.3 (i.e. kernel 2.6.32-279). I upgraded the kernel
using elrepo to kernel 4.1.4.
I downloaded iptables-20140916.tar.bz2 i.e. Sep 16, 2014 snapshot in
order to test new functionality of skb-priority added in ipset 6.22.
Prior to this my iptables version was 1.4.7
I installed ipset .6.25 and create an ipset named test (ipset -N test
hash:ip skbinfo)
Then I Installed above mentioned Sep 16, 2014 iptables snapshot
now it shows my version as 1.4.21
when I execute follwing command
iptables -t mangle -A POSTROUTING -o eth1 -j SET --map-set test src --map-prio
it gives error
iptables v1.4.21: unknown option "--map-set"
Try `iptables -h' or 'iptables --help' for more information.
prior to installing iptables, i execute follwing commands to stop
iptables and remove iptables modules, so that old modules should not
confilct.
service iptables stop
rmmod iptables_mangle
rmmod iptables_filter
rmmod iptables_nat
rmmod ip_tables
Please help.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: unknown option "--map-set"
2015-08-12 7:12 unknown option "--map-set" Akshat Kakkar
@ 2015-08-12 9:05 ` Akshat Kakkar
2015-08-12 9:29 ` Jozsef Kadlecsik
0 siblings, 1 reply; 4+ messages in thread
From: Akshat Kakkar @ 2015-08-12 9:05 UTC (permalink / raw)
To: netfilter@vger.kernel.org
Well, it looks that the Sep 16 Snapshot didnt have the code for
map-set option. But thats strange as the code was committed on Sep 14,
so it should have been there.
Am I missing some very basic thing over here?
On Wed, Aug 12, 2015 at 12:42 PM, Akshat Kakkar <akshat.1984@gmail.com> wrote:
> I am running sl6.3 (i.e. kernel 2.6.32-279). I upgraded the kernel
> using elrepo to kernel 4.1.4.
> I downloaded iptables-20140916.tar.bz2 i.e. Sep 16, 2014 snapshot in
> order to test new functionality of skb-priority added in ipset 6.22.
> Prior to this my iptables version was 1.4.7
>
> I installed ipset .6.25 and create an ipset named test (ipset -N test
> hash:ip skbinfo)
>
>
> Then I Installed above mentioned Sep 16, 2014 iptables snapshot
>
> now it shows my version as 1.4.21
>
> when I execute follwing command
> iptables -t mangle -A POSTROUTING -o eth1 -j SET --map-set test src --map-prio
>
> it gives error
> iptables v1.4.21: unknown option "--map-set"
> Try `iptables -h' or 'iptables --help' for more information.
>
> prior to installing iptables, i execute follwing commands to stop
> iptables and remove iptables modules, so that old modules should not
> confilct.
>
> service iptables stop
> rmmod iptables_mangle
> rmmod iptables_filter
> rmmod iptables_nat
> rmmod ip_tables
>
>
> Please help.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: unknown option "--map-set"
2015-08-12 9:05 ` Akshat Kakkar
@ 2015-08-12 9:29 ` Jozsef Kadlecsik
2015-08-12 9:45 ` Akshat Kakkar
0 siblings, 1 reply; 4+ messages in thread
From: Jozsef Kadlecsik @ 2015-08-12 9:29 UTC (permalink / raw)
To: Akshat Kakkar; +Cc: netfilter@vger.kernel.org
On Wed, 12 Aug 2015, Akshat Kakkar wrote:
> Well, it looks that the Sep 16 Snapshot didnt have the code for
> map-set option. But thats strange as the code was committed on Sep 14,
> so it should have been there.
>
> Am I missing some very basic thing over here?
The date of the commit is when it was committed in my iptables tree. Then
it was pulled to Pablo's tree and then the iptables snapshot created. So
the snapshot at Sep 16 was released earlier than Pablo pulled the changes
from my tree (which was committed there at Sep 14).
Best regards,
Jozsef
-
E-mail : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
H-1525 Budapest 114, POB. 49, Hungary
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: unknown option "--map-set"
2015-08-12 9:29 ` Jozsef Kadlecsik
@ 2015-08-12 9:45 ` Akshat Kakkar
0 siblings, 0 replies; 4+ messages in thread
From: Akshat Kakkar @ 2015-08-12 9:45 UTC (permalink / raw)
To: Jozsef Kadlecsik; +Cc: netfilter@vger.kernel.org
fine.
Thanks for the reply.
On Wed, Aug 12, 2015 at 2:59 PM, Jozsef Kadlecsik
<kadlec@blackhole.kfki.hu> wrote:
> On Wed, 12 Aug 2015, Akshat Kakkar wrote:
>
>> Well, it looks that the Sep 16 Snapshot didnt have the code for
>> map-set option. But thats strange as the code was committed on Sep 14,
>> so it should have been there.
>>
>> Am I missing some very basic thing over here?
>
> The date of the commit is when it was committed in my iptables tree. Then
> it was pulled to Pablo's tree and then the iptables snapshot created. So
> the snapshot at Sep 16 was released earlier than Pablo pulled the changes
> from my tree (which was committed there at Sep 14).
>
> Best regards,
> Jozsef
> -
> E-mail : kadlec@blackhole.kfki.hu, kadlecsik.jozsef@wigner.mta.hu
> PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
> Address : Wigner Research Centre for Physics, Hungarian Academy of Sciences
> H-1525 Budapest 114, POB. 49, Hungary
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-12 9:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 7:12 unknown option "--map-set" Akshat Kakkar
2015-08-12 9:05 ` Akshat Kakkar
2015-08-12 9:29 ` Jozsef Kadlecsik
2015-08-12 9:45 ` Akshat Kakkar
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).