shorewall_code/Shorewall/known_problems.txt

16 lines
651 B
Plaintext
Raw Normal View History

2009-12-20 00:24:33 +01:00
1) In kernel 2.6.31, the handling of the rp_filter interface option was
changed incompatibly. Previously, the effective value was determined
2009-12-20 16:37:30 +01:00
by the setting of net.ipv4.config.dev.rp_filter logically ANDed with
the setting of net.ipv4.config.all.rp_filter.
2009-12-20 00:24:33 +01:00
Beginning with kernel 2.6.31, the value is the arithmetic MAX of
those two values.
2009-12-20 16:37:30 +01:00
Given that Shorewall sets net.ipv4.config.all.rp_filter to 1 if
2009-12-20 00:24:33 +01:00
there are any interfaces specifying 'routefilter', specifying
'routefilter' on any interface has the effect of setting the option
on all interfaces.
A workaround for this problem is included in Shorewall 4.4.5.1.