|
|
@@ -124,6 +124,20 @@ Extra iptables extensions for connection tracking.
|
|
|
|
|
|
endef
|
|
|
|
|
|
+define Package/iptables-mod-conntrack-label
|
|
|
+$(call Package/iptables/Module, +kmod-ipt-conntrack-label @IPTABLES_CONNLABEL)
|
|
|
+ TITLE:=Connection tracking labeling extension
|
|
|
+ DEFAULT:=y if IPTABLES_CONNLABEL
|
|
|
+endef
|
|
|
+
|
|
|
+define Package/iptables-mod-conntrack-label/description
|
|
|
+Match and set label(s) on connection tracking entries
|
|
|
+
|
|
|
+ Matches:
|
|
|
+ - connlabel
|
|
|
+
|
|
|
+endef
|
|
|
+
|
|
|
define Package/iptables-mod-filter
|
|
|
$(call Package/iptables/Module, +kmod-ipt-filter)
|
|
|
TITLE:=Content inspection extensions
|
|
|
@@ -592,6 +606,7 @@ endef
|
|
|
|
|
|
$(eval $(call BuildPackage,iptables))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-conntrack-extra,$(IPT_CONNTRACK_EXTRA-m)))
|
|
|
+$(eval $(call BuildPlugin,iptables-mod-conntrack-label,$(IPT_CONNTRACK_LABEL-m)))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-extra,$(IPT_EXTRA-m)))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-filter,$(IPT_FILTER-m)))
|
|
|
$(eval $(call BuildPlugin,iptables-mod-ipopt,$(IPT_IPOPT-m)))
|