]> git.proxmox.com Git - mirror_iproute2.git/commit
ip vrf: Refactor ipvrf_identify
authorDavid Ahern <dsa@cumulusnetworks.com>
Thu, 15 Dec 2016 20:07:00 +0000 (12:07 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 21 Dec 2016 23:56:39 +0000 (15:56 -0800)
commitb5efa59763aaeea7174bfd2b29f98e71d25598c6
tree031b9d94ef59d63f22e340d57550f5976d04ed74
parentc94112faf51153e90577114558c18d8b41c0d31f
ip vrf: Refactor ipvrf_identify

Split ipvrf_identify into arg processing and a function that does the
actual cgroup file parsing. The latter function is used in a follow
on patch.

In the process, convert the reading of the cgroups file to use fopen
and fgets just in case the file ever grows beyond 4k. Move printing
of any error message and the vrf name to the caller of the new
vrf_identify.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
ip/ipvrf.c