Re: [PATCH V2 net-next] selftests/net: fix bugs in address and port initialization

2018-01-02 Thread David Miller
From: Sowmini Varadhan Date: Mon, 25 Dec 2017 14:43:04 -0800 > Address/port initialization should work correctly regardless > of the order in which command line arguments are supplied, > E.g, cfg_port should be used to connect to the remote host > even if it is processed after -D, src/dst address

Re: [PATCH V2 net-next] selftests/net: fix bugs in address and port initialization

2017-12-26 Thread Willem de Bruijn
On Mon, Dec 25, 2017 at 5:43 PM, Sowmini Varadhan wrote: > Address/port initialization should work correctly regardless > of the order in which command line arguments are supplied, > E.g, cfg_port should be used to connect to the remote host > even if it is processed after -D, src/dst address init

[PATCH V2 net-next] selftests/net: fix bugs in address and port initialization

2017-12-25 Thread Sowmini Varadhan
Address/port initialization should work correctly regardless of the order in which command line arguments are supplied, E.g, cfg_port should be used to connect to the remote host even if it is processed after -D, src/dst address initialization should not require that [-4|-6] be specified before the