15 lines
418 B
Plaintext
15 lines
418 B
Plaintext
# Interface MSS Clamping
|
|
# Use this file to set up clamp rules for interfaces
|
|
# Use tabs or single space to separate
|
|
# <interface> <mss size> <type> <set mss>
|
|
# eth0 1454 fwd -
|
|
#
|
|
# Default MSS size: 1400:1536
|
|
# Default Type: out
|
|
# Default Set MSS: none, use clamp
|
|
# You can use '-' as both mss, type, and set mss, and it will use defaults
|
|
# Interface is required.
|
|
#
|
|
# interface mss size type set mss
|
|
eth0 - - -
|