From 7ffa9cc1715108ab89292aeffc392688af1f74da Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Tue, 26 Mar 2013 10:06:36 +0100 Subject: trafgen: update help description After commit f9591eebe40c (trafgen: lexer/parser: fix cpu() selection and whitespacing), we also need to fixup the help description, so that users start using the cpu(X-Y) notation instead. Also, reintroduce the alias csum16 for csumip. Signed-off-by: Daniel Borkmann --- trafgen_lexer.l | 1 + 1 file changed, 1 insertion(+) (limited to 'trafgen_lexer.l') diff --git a/trafgen_lexer.l b/trafgen_lexer.l index be6917f..2df1881 100644 --- a/trafgen_lexer.l +++ b/trafgen_lexer.l @@ -80,6 +80,7 @@ number_ascii ([a-zA-Z]) "cpu" { return K_CPU; } "fill" { return K_FILL; } "rnd" { return K_RND; } +"csum16" { return K_CSUMIP; } "csumip" { return K_CSUMIP; } "csumip4" { return K_CSUMIP; } "csumicmp" { return K_CSUMIP; } -- cgit v1.2.3-54-g00ecf