temporarily commented out unused variable
This commit is contained in:
@@ -235,7 +235,7 @@ void lwip_eth_rx(VirtualTap *tap, const ZeroTier::MAC &from, const ZeroTier::MAC
|
|||||||
|
|
||||||
// Routing
|
// Routing
|
||||||
struct ip_hdr *iphdr;
|
struct ip_hdr *iphdr;
|
||||||
ip_addr_t iphdr_dest;
|
//ip_addr_t iphdr_dest;
|
||||||
switch (((struct eth_hdr *)p->payload)->type)
|
switch (((struct eth_hdr *)p->payload)->type)
|
||||||
{
|
{
|
||||||
case PP_HTONS(ETHTYPE_IPV6): {
|
case PP_HTONS(ETHTYPE_IPV6): {
|
||||||
|
|||||||
Reference in New Issue
Block a user