Re: Fwd: Re: Quasi-enterprise WiFi network

2018-01-13 Thread Eitan Adler
tor Sudakov, VAS4-RIPE, VAS47-RIPN > AS43859 > ___ > freebsd-net@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org" > -- Eitan Adler _

Re: PR 166255 - disable promiscuous mode warning via sysctl

2016-05-10 Thread Eitan Adler
wice for no reason. To be clear: I wasn't suggesting using syslog.conf. I was suggesting something more generic than a sysctl-per-warning though. -- Eitan Adler ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To

Re: PR 166255 - disable promiscuous mode warning via sysctl

2016-05-09 Thread Eitan Adler
e patch: I don't any concern with a sysctl, but I wonder if some better ore more generic mechanism could be built (like syslog.conf). -- Eitan Adler ___ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsub

[Differential] [Updated] D1438: FreeBSD callout rewrite and cleanup

2015-04-29 Thread eadler (Eitan Adler)
eadler removed a reviewer: Doc Committers. REPOSITORY rS FreeBSD src repository REVISION DETAIL https://reviews.freebsd.org/D1438 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: hselasky, jhb, adrian, markj, emaste, sbruno, imp, lstewart, rwatson, gnn,

Fwd: [oss-security] CVE Request : IPv6 Hop limit lowering via RA messages

2015-04-02 Thread Eitan Adler
: https://bugzilla.redhat.com/show_bug.cgi?id=1203712 Projects impacted: Linux kernel, NetworkManager, FreeBSD Kernel Regards, D.S. Ljungmark -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Seeing EINVAL from writev on 8.0 to a non-blocking socket even though the data seems to hit the wire

2013-05-02 Thread Eitan Adler
/sys_socket.c sosend in kern/uipc_socket.c sosend_generic tcp_usr_send in netinet/tcp_usrreq.c Is there a tool that generates call graphs? gprof in base valgrind --callgrind doxygen can also do this. there are probably others. -- Eitan Adler

Re: Seeing EINVAL from writev on 8.0 to a non-blocking socket even though the data seems to hit the wire

2013-05-02 Thread Eitan Adler
On 2 May 2013 20:14, Eitan Adler li...@eitanadler.com wrote: gprof in base valgrind --callgrind doxygen can also do this. I was reminded this was about the kernel, not userland, sorry for the noise. -- Eitan Adler ___ freebsd-net@freebsd.org

Re: using netmap

2013-04-25 Thread Eitan Adler
is: %d\n,ring-slot[i].len); Also this. ring-cur = NETMAP_RING_NEXT(ring, i); } } return 0; } -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe

Re: bin/105614: [patch] setkey(8): Creating NULL encryption ESP SAs with setkey fails

2013-01-30 Thread Eitan Adler
a fix, I would be glad to help. CC: freebsd-net@ in the hopes of being noticed and adopted The patch is maleformed in the PR. Perhaps you could attach and resend? -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org

Re: [PATCH] Don't imply TCP and UDP socket options are bitmasks

2013-01-15 Thread Eitan Adler
explicitly decide and #define the boundary value for custom options. -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org

Re: What driver should I use for 'intel centrino wireless-N 2200 BGN'?

2013-01-05 Thread Eitan Adler
On 25 December 2012 22:06, Eitan Adler li...@eitanadler.com wrote: On 10 October 2012 13:54, Bernhard Schmidt bschm...@techwires.net wrote: On Wednesday 10 October 2012 15:51:24 Denise H. G. wrote: none3@pci0:3:0:0: class=0x028000 card=0x42228086 chip=0x08918086 rev=0xc4 hdr=0x00

Re: What driver should I use for 'intel centrino wireless-N 2200 BGN'?

2013-01-05 Thread Eitan Adler
, etc. Sometimes the answer isn't please do more work. At this time I *can't* be the one tracking down the iwn bug / missing feature. -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

Re: What driver should I use for 'intel centrino wireless-N 2200 BGN'?

2012-12-25 Thread Eitan Adler
? No, not yet. I'm having a hard figuring out the new firmware API for those new devices. Working on it.. ... Intel Centrino Wireless-N 2200 BGN Has there been any progress on this? -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org

Re: [RFC] Enabling IPFIREWALL_FORWARD in run-time

2012-10-21 Thread Eitan Adler
the sysctl(8) variable net.pfil.forward=1. http://people.freebsd.org/~ae/pfil_forward.diff Please also modify man/man4/ipfirewall.4 -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net

Re: HowTo easy use IPFW

2012-02-05 Thread Eitan Adler
about only truly safe firewall ruleset without also talking about your threat model (and intended functionality). -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail

Re: Compiling only network part of the kernel

2011-12-27 Thread Eitan Adler
On Tue, Dec 27, 2011 at 2:19 PM, Warren Block wbl...@wonkity.com wrote: make -j4 buildworld: Try adding -DNO_CLEAN here, Normal  19:41 ccache   6:02 make -j4 buildkernel (custom kernel): Try adding -DKERNFAST here for incremental builds. Normal  8:43 ccache  2:47 -- Eitan Adler

Re: Setting up a running FreeBSD/PCBSD system to enter kgdb on panic

2011-04-04 Thread Eitan Adler
happens. debug.debugger_on_panic=1 -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org

possible bug in netif or handbook when using lagg with wlan devices

2010-10-08 Thread Eitan Adler
: UP bad value ifconfig: SIOCSLAGPORT: Device bust Starting Network: lo0 bwn0 bge0 lagg0 lo0: ... bwn0: ... bge0: ... lagg0: ... -- Eitan Adler ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe