]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/iproute.c
ip route get: change exit to return to support batch commands
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Thu, 15 Oct 2015 22:23:50 +0000 (15:23 -0700)
committerStephen Hemminger <shemming@brocade.com>
Mon, 19 Oct 2015 04:57:46 +0000 (21:57 -0700)
commit8b21cef12943cab841ba9adabb8ce2360b04c65e
treed8e45d77b384c1aa5b37fca0ab1148b9df90c532
parent4d45bf3bafa6960720193dbf57042a3b43b73868
ip route get: change exit to return to support batch commands

replace exit with return -2 on rtnl_talk failure

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
ip/iproute.c