From 2e8bac6bcea715361ae244ab781e2732f1d09e06 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Mon, 24 Jun 2013 18:28:07 -0500 Subject: [PATCH] route: Update Next Hop to Gateway as per ML --- src/bin/network/route/route.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/network/route/route.cpp b/src/bin/network/route/route.cpp index 4221cf6d4f..52826171ae 100644 --- a/src/bin/network/route/route.cpp +++ b/src/bin/network/route/route.cpp @@ -194,7 +194,7 @@ list_routes(int socket, const char *interfaceName, route_entry &route) printf("%s routing table:\n", family->name); printf("%*s %*s Flags Interface\n", addressLength, "Destination", - addressLength, "Next Hop"); + addressLength, "Gateway"); while (interface < end) { route_entry& route = interface->ifr_route;