Re: [PATCH v2] selftests: netfilter: missing error check when setting up veth interface

From: Pablo Neira Ayuso
Date: Tue May 21 2019 - 14:14:06 EST


On Wed, May 15, 2019 at 12:14:04PM +0530, Jeffrin Jose T wrote:
> A test for the basic NAT functionality uses ip command which
> needs veth device.There is a condition where the kernel support
> for veth is not compiled into the kernel and the test script
> breaks.This patch contains code for reasonable error display
> and correct code exit.

Applied, thanks.