Re: [PATCH iproute2-next v4 0/4] iplink: Improve iplink_parse()

2018-03-11 Thread David Ahern
On 3/7/18 1:40 AM, Serhey Popovych wrote: > This is main routine to parse ip-link(8) configuration parameters. > > Move all code related to command line parsing and validation to it from > iptables_modify(). As benefit we reduce number of arguments as well as > checking for most of weired cases

[PATCH iproute2-next v4 0/4] iplink: Improve iplink_parse()

2018-03-07 Thread Serhey Popovych
This is main routine to parse ip-link(8) configuration parameters. Move all code related to command line parsing and validation to it from iptables_modify(). As benefit we reduce number of arguments as well as checking for most of weired cases in single place to give benefit to iptables_parse()