IFT_BRIDGE undef on darwin
This commit is contained in:
parent
0b23dc0082
commit
353a3e7b07
|
@ -3340,7 +3340,7 @@ static char *get_hw_type(int type)
|
|||
return "vlan";
|
||||
case IFT_IEEE1394:
|
||||
return "firewire";
|
||||
#ifdef IFT_BRIDGE:
|
||||
#ifdef IFT_BRIDGE
|
||||
case IFT_BRIDGE:
|
||||
return "bridge";
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue