IPv4$route$gateway$metric"; } if ($ipv6) echo " "; foreach ($ipv6 as $info) { $cell = explode(' ',$info); $route = $cell[0]; $gateway = $route=='anycast' ? $cell[3] : $cell[2]; if ($route=='default') $gateway .= " via {$cell[4]}"; $metric = '1'; for ($i=3; $iIPv6$route$gateway$metric"; } echo " "; } ?>