[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F13044A.7070900@ttx.sk>
Date: Sun, 15 Jan 2012 17:52:26 +0100
From: Vlado Drzik <vlado@....sk>
To: netdev@...r.kernel.org
CC: kadlec@...ckhole.kfki.hu
Subject: ipset 6.x - bitmap:ip,mac not working
Hello All,
Would like to ask whether someone is actually using IP sets in recent
kernel version with bitmap:ip,mac match.
I've updated from ipsets 4.x to ipset 6.10 and kernel 3.1.8 and I've
noticed that bitmap:ip,mac never match.
I've tested also bitmap:ip and that one is working fine.
Test setup:
ipset create ipmac_test bitmap:ip,mac range 172.16.0.0/16
ipset add ipmac_test 172.16.1.254,00:11:22:33:44:55
iptables -I INPUT -i eth0 -m set --match-set ipmac_test src
And after I'm running some communication from host 172.16.1.254 with
source MAC 00:11:22:33:44:55.
But there are not packets matched by the rule in iptables.
Using just bitmap:ip it is working fine. Also previous version 4.x was
working fine with macipmap.
Many thanks.
Regards,
Vladimir Drzik
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists