Re: Does FreeBSD do proactive ARP refresh?

2018-03-19 Thread sthaug
> >>  And thank you for that suggestion! The packet loss during ARP refresh > >>  (of the destination address connected to the output interface) does > >>  *not* happen when the box is forwarding! It only happens with locally > >>  generated traffic. > Should be fixed by r331098. I can confirm tha

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 Kubilay Kocak changed: What|Removed |Added Keywords||feature Assignee|freebsd

[Bug 206721] FreeBSDs DHCP client(dhclient) does not support the interface-mtu option(option 26).

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206721 Rodney W. Grimes changed: What|Removed |Added CC||freebsd-net@FreeBSD.org --- Com

[Bug 218579] Wake on Lan doesn't work for bge NIC driver

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Koen Martens changed: What|Removed |Added CC||g...@metro.cx --- Comment #5 from K

[Bug 218579] Wake on Lan doesn't work for bge NIC driver

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 --- Comment #6 from Cy Schubert --- I don't understand why it worked on 10.3. The WOL code was not in bge at the time. The patch is for 12-CURRENT. I'll rework it for 11-STABLE. -- You are receiving this mail because: You are on the CC li

Re: netmap ixgbevf mtu

2018-03-19 Thread Joe Buehler
Vincenzo Maffione wrote: > To receive a frame larger than the RX buffer size you need multiple > netmap slots (as multiple descriptors are > used by the hardware), looking at the NS_MOREFRAG flag. > See the example code in utils/functional.c::rx_one(). This works fine -- thanks. > Also TX may ha

Multicast/SSDP not working (on VLAN interface)

2018-03-19 Thread Andreas Scherrer
Dear List I was unfortunately unable to find a way to search this mailing list's archive; so please bear with me if the question was answered before. My goal is to have DLNA clients (VLC, Heos music system, ...) in multiple networks discover a MiniDLNA server. The server shows up in VLC whe

Re: Multicast/SSDP not working (on VLAN interface)

2018-03-19 Thread Rozhuk Ivan
On Mon, 19 Mar 2018 22:29:12 +0100 Andreas Scherrer wrote: > Now, if I (manually) add a static route for 224.0.0.0/4 via the > interface the M-SEARCH messages are coming in, everything starts to > work! > > route add -net 224.0.0.0/4 -iface re1.32 > > The (main) problem here is that I have mul

Re: Multicast/SSDP not working (on VLAN interface)

2018-03-19 Thread Rodney W. Grimes
> Dear List > > I was unfortunately unable to find a way to search this mailing list's > archive; so please bear with me if the question was answered before. google: site:freebsd.org Then what you are searching for is one way to search all of freebsd.org for what you are seeking. > > My goal

WiGig feature / support?

2018-03-19 Thread Chris H
Apologies in advance, should this have gone to @wireless, or ... That said; I'm performing some R&D on an efficient alternative to gigabit networking w/o cables. To that end; my Atheros (QCA9005) WiGig (7Gbps tri-band) half mini-pcie card just arrived, and my target test rig (laptop) will arrive

Re: WiGig feature / support?

2018-03-19 Thread Adrian Chadd
hi! There's a lot of work to do for this card. The challenge is it's a completely different thing that our stack needs to understand /and/ it also kinda pretends to be a PCIe end point too. I'd start by looking at what the linux stack/driver does for 11ad. We'd at least have to add 60GHz channel

Re: Multicast/SSDP not working (on VLAN interface)

2018-03-19 Thread Rozhuk Ivan
On Mon, 19 Mar 2018 16:11:05 -0700 (PDT) "Rodney W. Grimes" wrote: > Are you running with "firewall_type="simple""? > If so it is set to block all 224/4 packets, see this part > of /etc/rc.firewall: > # And stop draft-manning-dsua-03.txt (1 May 2000) nets > (includes RESERVED-1, # DHCP au

[Bug 218579] Wake on Lan doesn't work for bge NIC driver

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Cy Schubert changed: What|Removed |Added Status|Open|In Progress --- Comment #7 from Cy S

Re: WiGig feature / support?

2018-03-19 Thread Chris H
On Mon, 19 Mar 2018 16:30:00 -0700 "Adrian Chadd" said hi! Hi! Thanks for the quick reply, Adrian! There's a lot of work to do for this card. The challenge is it's a completely different thing that our stack needs to understand /and/ it also kinda pretends to be a PCIe end point too. Ah, OK

[Bug 218579] Wake on Lan doesn't work for bge NIC driver

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218579 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

[Bug 171744] [PATCH] Fix wake(8) command not sending proper WOL packet

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=171744 Kubilay Kocak changed: What|Removed |Added See Also||https://bugs.freebsd.org/bu

Newest design digital signage

2018-03-19 Thread Reed
Dear , We are so glad to hear that you are also in the field of presentation equipment. This is Redins from Hongbao which is focused on Interactive Displaying Equipment. We have different Interactive Touch Screen, Digital Signage, etc. If you have more question, we would like to give you more info

[Bug 226763] Wake on lan (WOL_MAGIC) stopped working with re nic

2018-03-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226763 Mark Linimon changed: What|Removed |Added Keywords||regression Assignee|freeb