[openwrt/openwrt] kernel: ipt-ipset: Add ipset/ip_set_hash_ipmac.ko

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 14 13:42:15 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/2a6fa77b779272ca87e62ef3ae66cb415160d61d

commit 2a6fa77b779272ca87e62ef3ae66cb415160d61d
Author: Hauke Mehrtens <hmehrtens at maxlinear.com>
AuthorDate: Fri Jul 29 18:36:02 2022 +0200

    kernel: ipt-ipset: Add ipset/ip_set_hash_ipmac.ko
    
    Add the ipset/ip_set_hash_ipmac.ko file. The CONFIG_IP_SET_HASH_IPMAC
    KConfig option is already set by the package.
    
    Signed-off-by: Hauke Mehrtens <hmehrtens at maxlinear.com>
    (cherry picked from commit 6a2e9f3da6d0f0f3ae382db1e77a65c2f0e67d24)
---
 package/kernel/linux/modules/netfilter.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/netfilter.mk b/package/kernel/linux/modules/netfilter.mk
index ff76ae048b..b70c6fa09f 100644
--- a/package/kernel/linux/modules/netfilter.mk
+++ b/package/kernel/linux/modules/netfilter.mk
@@ -350,6 +350,7 @@ IPSET_MODULES:= \
 	ipset/ip_set_bitmap_ipmac \
 	ipset/ip_set_bitmap_port \
 	ipset/ip_set_hash_ip \
+	ipset/ip_set_hash_ipmac \
 	ipset/ip_set_hash_ipmark \
 	ipset/ip_set_hash_ipport \
 	ipset/ip_set_hash_ipportip \




More information about the lede-commits mailing list