netfilter: Introduce egress hook
[linux-2.6-block.git] / net / netfilter / Kconfig
index 54395266339d7352ef3fe370d5b057580c0906a6..49c9fae9c62c690959dfe2f7b6a51950d9b87098 100644 (file)
@@ -10,6 +10,17 @@ 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_SKIP_EGRESS
+       def_bool NETFILTER_EGRESS && (NET_CLS_ACT || IFB)
+
 config NETFILTER_NETLINK
        tristate