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