From b4bdefbe9be8d3d502db5e775aa85cd5c38463db Mon Sep 17 00:00:00 2001 From: Andrey Konovalov Date: Mon, 6 Feb 2017 19:27:17 +0100 Subject: prog, sys: add icmp descriptions and checksum --- prog/checksum_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prog/checksum_test.go') diff --git a/prog/checksum_test.go b/prog/checksum_test.go index c956da509..cd16bb70b 100644 --- a/prog/checksum_test.go +++ b/prog/checksum_test.go @@ -143,7 +143,7 @@ func TestChecksumCalc(t *testing.T) { }{ { "syz_test$csum_ipv4(&(0x7f0000000000)={0x0, 0x1234, 0x5678})", - sys.CsumIPv4, + sys.CsumInet, 0x9753, }, { -- cgit mrf-deployment