]> git.proxmox.com Git - mirror_iproute2.git/commit
devlink: split dl_argv_parse_put to parse and put parts
authorJiri Pirko <jiri@mellanox.com>
Fri, 15 Apr 2016 07:51:48 +0000 (09:51 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 19 Apr 2016 15:01:05 +0000 (08:01 -0700)
commit6563a6eb539ba5c3f9fa262bc302190abb7e5f39
tree9fada27e08025a4cc66d39c4baade7661d78bcc3
parent43f35be4ebb63bf5dea9cc0570ba8d15458d2457
devlink: split dl_argv_parse_put to parse and put parts

It is handy to have parsed cmdline data stored so they can be used for
dumps filtering. So split original dl_argv_parse_put into parse and put
parts.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
devlink/devlink.c