[Bug 236584] netmap does not work with VLAN on em driver (was: ifconfig does not honor disabling vlanhwtag)

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584 Murat changed: What|Removed |Added Summary|netmap does not work with |netmap does not work with

[Bug 236584] netmap does not work with VLAN on em driver (was: ifconfig does not honor disabling vlanhwcsum)

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584 --- Comment #5 from Murat --- Vincenzo, It should be as stated in the netmap ticket: vlanhwtag -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 236584] netmap does not work with VLAN on em driver (was: ifconfig does not honor disabling vlanhwcsum)

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584 Vincenzo Maffione changed: What|Removed |Added CC||vmaffi...@freebsd.org ---

[Bug 236584] netmap does not work with VLAN on em driver (was: ifconfig does not honor disabling vlanhwcsum)

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584 Murat changed: What|Removed |Added Summary|em driver does not honor|netmap does not work with

[Bug 236584] em driver does not honor disabling vlanhwcsum

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584 --- Comment #3 from Murat --- Related netmap(4) PR: https://github.com/luigirizzo/netmap/issues/703 -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 236584] em driver does not honor disabling vlanhwcsum

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584 Murat changed: What|Removed |Added Version|11.2-STABLE |12.1-RELEASE Keywords|

[Bug 245981] BCM57414 not initializing

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245981 --- Comment #9 from Ian Smith --- Testing within Ubuntu 18.04 LTS is mapping the queues correctly, although it is loading the driver modules within the kernel for FreeBSD it does not allow for mapping it? Is there any additional steps we

[Bug 236584] em driver does not honor disabling vlanhwcsum

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236584 --- Comment #1 from Murat --- Created attachment 215584 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=215584=edit patch to fix ifconfig vlanhwcsum parameter handling for em -- You are receiving this mail because: You are the

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Guido Falsi via freebsd-net
On 15/06/20 14:47, Andriy Gapon wrote: > On 15/06/2020 14:48, Eugene Grosbein wrote: >> 15.06.2020 13:10, Andriy Gapon wrote: >> >>> I am configuring a small LAN -- mostly a gateway / router for it -- and I am >>> using unbound for a local DNS and isc-dhcp44-server for DHCP. >>> I have a few hosts

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Jaap Akkerhuis
"Rodney W. Grimes" writes: > Um, yea, I guess the bigger question is why is the port different > than the base system in this respect? The the unbound port existed years before it was decided that unbound should replace bind in the base system. If you want the port to change, send a PR for

[Bug 247242] after upgrade, DHCP fails with: ip length 576 disagrees with bytes received 574

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247242 Mark Johnston changed: What|Removed |Added Status|In Progress |Closed CC|

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread DutchDaemon - FreeBSD Forums Administrator
On 2020-06-15 16:06, DutchDaemon - FreeBSD Forums Administrator wrote: > BIND serves my domains authoritatively, but does no recursive queries > for anyone. > > Unbound serves the local resolving tasks. > > --- /etc/rc.conf: > > named_enable="YES" > unbound_enable="YES" > > ---

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread DutchDaemon - FreeBSD Forums Administrator
On 2020-06-15 15:58, Rodney W. Grimes wrote: > named is specifically the name of the binary included in the bind > product, which included the resolver stub, named, and some other > support utilities like rndc and nslookup. > > It would make since to unify these, though that is going to take >

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Rodney W. Grimes
> On 15/06/2020 15:57, Rodney W. Grimes wrote: > >> > >> I am configuring a small LAN -- mostly a gateway / router for it -- and I > >> am > >> using unbound for a local DNS and isc-dhcp44-server for DHCP. > >> I have a few hosts with static IP addresses (for various reasons). > >> So, in

[Bug 246629] Multicast stack problem - MRT_ADD_VIF Address already in use

2020-06-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246629 Joel S changed: What|Removed |Added CC||joel.sam...@hotmail.com --- Comment #5

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Andriy Gapon
On 15/06/2020 15:57, Rodney W. Grimes wrote: >> >> I am configuring a small LAN -- mostly a gateway / router for it -- and I am >> using unbound for a local DNS and isc-dhcp44-server for DHCP. >> I have a few hosts with static IP addresses (for various reasons). >> So, in unbound.conf I have an

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Rodney W. Grimes
> > I am configuring a small LAN -- mostly a gateway / router for it -- and I am > using unbound for a local DNS and isc-dhcp44-server for DHCP. > I have a few hosts with static IP addresses (for various reasons). > So, in unbound.conf I have an entry like > local-data: "hipster.home.arpa. IN A

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Andriy Gapon
On 15/06/2020 14:48, Eugene Grosbein wrote: > 15.06.2020 13:10, Andriy Gapon wrote: > >> I am configuring a small LAN -- mostly a gateway / router for it -- and I am >> using unbound for a local DNS and isc-dhcp44-server for DHCP. >> I have a few hosts with static IP addresses (for various

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Goran Mekić via freebsd-net
On Mon, Jun 15, 2020 at 09:10:18AM +0300, Andriy Gapon wrote: > > I am configuring a small LAN -- mostly a gateway / router for it -- and I am > using unbound for a local DNS and isc-dhcp44-server for DHCP. > I have a few hosts with static IP addresses (for various reasons). > So, in unbound.conf

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Eugene Grosbein
15.06.2020 13:10, Andriy Gapon wrote: > I am configuring a small LAN -- mostly a gateway / router for it -- and I am > using unbound for a local DNS and isc-dhcp44-server for DHCP. > I have a few hosts with static IP addresses (for various reasons). > So, in unbound.conf I have an entry like >

Re: unbound and (isc) dhcpd startup order

2020-06-15 Thread Chris
On Mon, 15 Jun 2020 09:10:18 +0300 Andriy Gapon a...@freebsd.org said I am configuring a small LAN -- mostly a gateway / router for it -- and I am using unbound for a local DNS and isc-dhcp44-server for DHCP. I have a few hosts with static IP addresses (for various reasons). So, in unbound.conf

unbound and (isc) dhcpd startup order

2020-06-15 Thread Andriy Gapon
I am configuring a small LAN -- mostly a gateway / router for it -- and I am using unbound for a local DNS and isc-dhcp44-server for DHCP. I have a few hosts with static IP addresses (for various reasons). So, in unbound.conf I have an entry like local-data: "hipster.home.arpa. IN A