netfilter: Introduce egress hook
[platform/kernel/linux-starfive.git] / net / netfilter / Kconfig
index 468fea1..f4c68f6 100644 (file)
@@ -10,6 +10,14 @@ config NETFILTER_INGRESS
          This allows you to classify packets from ingress using the Netfilter
          infrastructure.
 
+config NETFILTER_EGRESS
+       bool "Netfilter egress support"
+       default y
+       select NET_EGRESS
+       help
+         This allows you to classify packets before transmission using the
+         Netfilter infrastructure.
+
 config NETFILTER_NETLINK
        tristate