Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 203
Line 21... Line 21...
21
# IPv6_rpfilter
21
# IPv6_rpfilter
22
# Performs a reverse path filter test on a packet for IPv6. If a reply to the
22
# Performs a reverse path filter test on a packet for IPv6. If a reply to the
23
# packet would be sent via the same interface that the packet arrived on, the 
23
# packet would be sent via the same interface that the packet arrived on, the 
24
# packet will match and be accepted, otherwise dropped.
24
# packet will match and be accepted, otherwise dropped.
25
# The rp_filter for IPv4 is controlled using sysctl.
25
# The rp_filter for IPv4 is controlled using sysctl.
-
 
26
# Note: This feature has a performance impact. See man page FIREWALLD.CONF(5)
-
 
27
# for details.
26
# Default: yes
28
# Default: yes
27
IPv6_rpfilter=yes
29
IPv6_rpfilter=yes
28
 
30
 
29
# IndividualCalls
31
# IndividualCalls
30
# Do not use combined -restore calls, but individual calls. This increases the
32
# Do not use combined -restore calls, but individual calls. This increases the