fix previous NEWS commit, oops
[ferm.git] / test / targets / mss.ferm
bloba115484ae276e333030e053486bb07c6e86eb7af
1 table filter chain FORWARD {
2     outerface ppp0 proto tcp tcp-flags (SYN RST) SYN TCPMSS clamp-mss-to-pmtu;
3     outerface ppp0 proto tcp tcp-flags (SYN RST) SYN TCPMSS set-mss FOO;