This patch adds test case for invalid MSS range. Signed-off-by: Varsha Rao <rvarsha016@xxxxxxxxx> --- extensions/libxt_tcpmss.t | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/libxt_tcpmss.t b/extensions/libxt_tcpmss.t index 3181e49d..2b415957 100644 --- a/extensions/libxt_tcpmss.t +++ b/extensions/libxt_tcpmss.t @@ -3,3 +3,4 @@ -p tcp -m tcpmss --mss 42;=;OK -p tcp -m tcpmss --mss 42:12345;=;OK -p tcp -m tcpmss --mss 42:65536;;FAIL +-p tcp -m tcpmss --mss 65535:1000;;FAIL -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html