diff options
| -rw-r--r-- | test/l2test.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/l2test.c b/test/l2test.c index 733c0524..59571149 100644 --- a/test/l2test.c +++ b/test/l2test.c @@ -348,6 +348,7 @@ static void do_listen(void (*handler)(int sk))  	}  	/* Set new options */ +	opts.omtu = omtu;  	opts.imtu = imtu;  	if (flowctl)  		opts.mode = 2; | 
