Page 1 of 1

Re: Disabled Local bridge on OpenBSD 6.1

Posted: Fri May 18, 2018 11:43 am
by solypse
Hello,

Please tell me where and how to do it?
Need to change src/BuildUtil/VpnBuilderConfig.cs?

What else needs to be completed
else if (soft.Os == OSList.OpenBSD)
s.GccMacros.Add("BRIDGE_PCAP")
s.GccMacros.Add("BRIDGE_BPF")
s.GccMacros.Add("NO_VLAN")

OpenBSD 6.3
source code v4.27-9666

Re: Disabled Local bridge on OpenBSD 6.1

Posted: Fri Jun 01, 2018 5:58 am
by thisjun
Please define it in the head of BridgeUnix.h.

Re: Disabled Local bridge on OpenBSD 6.1

Posted: Sat Jun 02, 2018 8:54 am
by solypse
As I understand, this was not realized immediately.
But I'm not a developer, I can not do it.

Re: Disabled Local bridge on OpenBSD 6.1

Posted: Wed Sep 26, 2018 11:13 pm
by solypse
Fixed, works