Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-02 Thread David Gwynne
Thanks to Mitchell for figuring this out. > On 3 Apr 2019, at 05:25, Lee Nelson wrote: > > Since Mitchell's last email, this appeared from CVS in the place where > the patch was supposed to be applied: > > CLR(m0->m_flags, M_BCAST|M_MCAST); > > I skipped the patch and compiled the kernel with

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-02 Thread Lee Nelson
Since Mitchell's last email, this appeared from CVS in the place where the patch was supposed to be applied: CLR(m0->m_flags, M_BCAST|M_MCAST); I skipped the patch and compiled the kernel with the source as I found it from CVS. With this new kernel everything works as I expected. arp broadcast

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-02 Thread Mitchell Krome
On 2/04/2019 7:57 pm, Mitchell Krome wrote: > > > On 2/04/2019 7:24 pm, David Gwynne wrote: >> >> >>> On 2 Apr 2019, at 6:41 pm, Mitchell Krome wrote: >>> >>> On 2/04/2019 2:08 pm, David Gwynne wrote: Can you send me the hostname.* files and the output of ifconfig (showing all

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-02 Thread Mitchell Krome
On 2/04/2019 7:24 pm, David Gwynne wrote: > > >> On 2 Apr 2019, at 6:41 pm, Mitchell Krome wrote: >> >> On 2/04/2019 2:08 pm, David Gwynne wrote: >>> Can you send me the hostname.* files and the output of ifconfig (showing >>> all interfaces)? >>> >>> You're using -current now, right? >>>

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-02 Thread David Gwynne
> On 2 Apr 2019, at 6:41 pm, Mitchell Krome wrote: > > On 2/04/2019 2:08 pm, David Gwynne wrote: >> Can you send me the hostname.* files and the output of ifconfig (showing all >> interfaces)? >> >> You're using -current now, right? >> >> dlg >> >>> On 2 Apr 2019, at 08:15,

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-02 Thread Mitchell Krome
On 2/04/2019 2:08 pm, David Gwynne wrote: > Can you send me the hostname.* files and the output of ifconfig (showing all > interfaces)? > > You're using -current now, right? > > dlg > >> On 2 Apr 2019, at 08:15, lnel...@nelnet.org wrote: >> >> >> First of all the protected domain seems to do

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-01 Thread David Gwynne
Can you send me the hostname.* files and the output of ifconfig (showing all interfaces)? You're using -current now, right? dlg > On 2 Apr 2019, at 08:15, lnel...@nelnet.org wrote: > > >> Until recently >> (https://github.com/openbsd/src/commit/dc68b945bbc883db108ac48a07bb89 >> 778b75582a)

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-01 Thread lnelson
> Until recently > (https://github.com/openbsd/src/commit/dc68b945bbc883db108ac48a07bb89 > 778b75582a) > bridge did split horizon detection by not allowing you to send > between > two mpw interfaces. In the case of a single VPLS this is the correct > thing, but more generally it isn't quite

Re: Trouble forwarding between mpw's in bridge (6.4)

2019-04-01 Thread Mitchell Krome
On 1/04/2019 3:31 pm, lnel...@nelnet.org wrote: > I am having trouble passing traffic between pseudowires in a bridge in > OpenBSD 6.4. This is the network: > Until recently (https://github.com/openbsd/src/commit/dc68b945bbc883db108ac48a07bb89778b75582a) bridge did split horizon detection by