Disabled Local bridge on OpenBSD 6.1

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
solypse
Posts: 3
Joined: Fri May 18, 2018 11:28 am

Re: Disabled Local bridge on OpenBSD 6.1

Post by solypse » Fri May 18, 2018 11:43 am

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

thisjun
Posts: 2458
Joined: Mon Feb 24, 2014 11:03 am

Re: Disabled Local bridge on OpenBSD 6.1

Post by thisjun » Fri Jun 01, 2018 5:58 am

Please define it in the head of BridgeUnix.h.

solypse
Posts: 3
Joined: Fri May 18, 2018 11:28 am

Re: Disabled Local bridge on OpenBSD 6.1

Post by solypse » Sat Jun 02, 2018 8:54 am

As I understand, this was not realized immediately.
But I'm not a developer, I can not do it.

solypse
Posts: 3
Joined: Fri May 18, 2018 11:28 am

Re: Disabled Local bridge on OpenBSD 6.1

Post by solypse » Wed Sep 26, 2018 11:13 pm

Fixed, works

Post Reply