]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip vrf: Detect invalid vrf name in pids command
authorDavid Ahern <dsa@cumulusnetworks.com>
Thu, 16 Feb 2017 16:58:58 +0000 (08:58 -0800)
committerStephen Hemminger <sthemmin@microsoft.com>
Fri, 17 Feb 2017 23:33:24 +0000 (15:33 -0800)
commitb5377431df6de037b668eba418dca28f1113d303
treecc6b098a561a4fe47a9d19122ead310b7faa9ad1
parent6a9783831c081c1b759ff3bcd704c37bcc3775de
ip vrf: Detect invalid vrf name in pids command

Verify VRF name is valid before attempting to read cgroups files.

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