All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ipset: Two fixes for destination MAC address matches in ip,mac types
@ 2019-06-24 13:20 Stefano Brivio
  2019-06-24 13:20 ` [PATCH 1/2] ipset: Actually allow destination MAC address for hash:ip,mac sets too Stefano Brivio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stefano Brivio @ 2019-06-24 13:20 UTC (permalink / raw)
  To: Jozsef Kadlecsik; +Cc: Chen Yi, netfilter-devel

Commit 8cc4ccf58379 ("ipset: Allow matching on destination MAC address for
mac and ipmac sets"), ipset.git commit 1543514c46a7, properly allows
destination matching for hash:mac set types, but missed to remove the
previous restriction for type hash:ip,mac and introduced an obvious mistake
in both bitmap:ip,mac and hash:ip,mac.

Drop the left-over check and correct the mistake, to fix the issue reported
by Chen Yi.

Stefano Brivio (2):
  ipset: Actually allow destination MAC address for hash:ip,mac sets too
  ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac
    sets

 kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c | 2 +-
 kernel/net/netfilter/ipset/ip_set_hash_ipmac.c   | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-28 19:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-24 13:20 [PATCH 0/2] ipset: Two fixes for destination MAC address matches in ip,mac types Stefano Brivio
2019-06-24 13:20 ` [PATCH 1/2] ipset: Actually allow destination MAC address for hash:ip,mac sets too Stefano Brivio
2019-06-24 13:20 ` [PATCH 2/2] ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac sets Stefano Brivio
2019-06-28 19:12 ` [PATCH 0/2] ipset: Two fixes for destination MAC address matches in ip,mac types Jozsef Kadlecsik

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.