This patch adds test for ipcomp protocol. Signed-off-by: Harsha Sharma <harshasharmaiitr@xxxxxxxxx> --- extensions/libxt_ipcomp.t | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extensions/libxt_ipcomp.t diff --git a/extensions/libxt_ipcomp.t b/extensions/libxt_ipcomp.t new file mode 100644 index 00000000..ce111142 --- /dev/null +++ b/extensions/libxt_ipcomp.t @@ -0,0 +1,5 @@ +:INPUT,FORWARD +-m policy --dir in --pol ipsec --proto ipcomp;=;OK +-m policy --dir in --pol none --proto ipcomp;;FAIL +-m policy --dir in --pol ipsec --strict --reqid 1 --spi 0x1 --proto ipcomp;=;OK +-m policy --dir in --pol ipsec --strict --reqid 1 --spi 0x1 --proto ipcomp --mode tunnel --tunnel-dst 10.0.0.0/8 --tunnel-src 10.0.0.0/8 --next --reqid 2;=;OK -- 2.11.0 -- 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