]> git.proxmox.com Git - mirror_iproute2.git/commit
Fix bug in display of ipv6 cloned/cached routes
authorSridhar Samudrala <sri@us.ibm.com>
Wed, 22 Aug 2007 17:55:47 +0000 (10:55 -0700)
committerStephen Hemminger <shemminger@linux-foundation.org>
Wed, 22 Aug 2007 17:55:47 +0000 (10:55 -0700)
commit9ab4c85b9af1373351991b55b1aa377b7f67aa32
tree2dabf358ca9d9cf577726a12e886d968524beec9
parent6140785236f9dcddde0c61542dcbe9593e7ab650
Fix bug  in display of ipv6 cloned/cached routes

This patch fixes a bug in the 'ip' command to display
IPv6 cloned routes.
  ip -6 route ls cache
returns empty even when there are cloned routes because of
of a missing else in print_route() routine.

Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
ip/iproute.c