mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge PR #725: BridgeUnix.c: enable local bridge function on all BSD systems
This commit is contained in:
commit
05fecef6d8
@ -270,12 +270,10 @@ bool IsEthSupported()
|
||||
|
||||
#if defined(UNIX_LINUX)
|
||||
return IsEthSupportedLinux();
|
||||
#elif defined(UNIX_BSD)
|
||||
return true;
|
||||
#elif defined(UNIX_SOLARIS)
|
||||
return IsEthSupportedSolaris();
|
||||
#elif defined(BRIDGE_PCAP)
|
||||
return true;
|
||||
#elif defined(BRIDGE_BPF)
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user