route: Update Next Hop to Gateway as per ML

This commit is contained in:
Alexander von Gluck IV
2013-06-24 18:28:07 -05:00
parent 4dff02682c
commit 2e8bac6bce
+1 -1
View File
@@ -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;