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