On Tue, 15 Aug 2017 16:15:55 -0700 Joe Stringer <[email protected]> wrote:
> Signed-off-by: Joe Stringer <[email protected]> > --- > tests/atlocal.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/atlocal.in b/tests/atlocal.in > index ba143d30f1d7..7c5e9e3357e5 100644 > --- a/tests/atlocal.in > +++ b/tests/atlocal.in > @@ -152,8 +152,10 @@ find_command nc > > # Determine correct netcat option to quit on stdin EOF > if nc --version 2>&1 | grep -q nmap.org; then > + # Nmap netcat > NC_EOF_OPT="--send-only -w 5" > else > + # BSD netcat > NC_EOF_OPT="-q 1 -w 5" > fi > Acked-by: Flavio Leitner <[email protected]> -- Flavio _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
