diff options
author | Patrick McHardy <kaber@trash.net> | 2006-12-13 19:54:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-12-13 19:54:25 -0500 |
commit | 2bf540b73ed5b304e84bb4d4c390d49d1cfa0ef8 (patch) | |
tree | 7bd4a6e6c8720906226d56cbce162f85287661aa /Documentation | |
parent | 8bce65b95ac167693ae2d706b5341409dca0062d (diff) |
[NETFILTER]: bridge-netfilter: remove deferred hooks
Remove the deferred hooks and all related code as scheduled in
feature-removal-schedule.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 040f437c421b..30f3c8c9c12a 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -207,22 +207,6 @@ Who: Thomas Gleixner <tglx@linutronix.de> | |||
207 | 207 | ||
208 | --------------------------- | 208 | --------------------------- |
209 | 209 | ||
210 | What: Bridge netfilter deferred IPv4/IPv6 output hook calling | ||
211 | When: January 2007 | ||
212 | Why: The deferred output hooks are a layering violation causing unusual | ||
213 | and broken behaviour on bridge devices. Examples of things they | ||
214 | break include QoS classifation using the MARK or CLASSIFY targets, | ||
215 | the IPsec policy match and connection tracking with VLANs on a | ||
216 | bridge. Their only use is to enable bridge output port filtering | ||
217 | within iptables with the physdev match, which can also be done by | ||
218 | combining iptables and ebtables using netfilter marks. Until it | ||
219 | will get removed the hook deferral is disabled by default and is | ||
220 | only enabled when needed. | ||
221 | |||
222 | Who: Patrick McHardy <kaber@trash.net> | ||
223 | |||
224 | --------------------------- | ||
225 | |||
226 | What: PHYSDEVPATH, PHYSDEVBUS, PHYSDEVDRIVER in the uevent environment | 210 | What: PHYSDEVPATH, PHYSDEVBUS, PHYSDEVDRIVER in the uevent environment |
227 | When: October 2008 | 211 | When: October 2008 |
228 | Why: The stacking of class devices makes these values misleading and | 212 | Why: The stacking of class devices makes these values misleading and |