Re: Set arbitrary protocol for route?

2014-08-22 Thread Adrian Chadd
Ok, so how does the whole protocol thing implement priority? -a ___ 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: Set arbitrary protocol for route?

2014-08-22 Thread Nikolay Denev
On Sat, Aug 23, 2014 at 3:20 AM, Adrian Chadd wrote: > On 22 August 2014 15:39, Josh Moore wrote: >> I am trying to add a local route with an arbitrary protocol number. This is >> done with iproute2 in Linux by: >> >> ip route add to local $ip/32 dev eth0 proto $num >> >> How can I do this in F

Re: Set arbitrary protocol for route?

2014-08-22 Thread Adrian Chadd
On 22 August 2014 15:39, Josh Moore wrote: > I am trying to add a local route with an arbitrary protocol number. This is > done with iproute2 in Linux by: > > ip route add to local $ip/32 dev eth0 proto $num > > How can I do this in FreeBSD 10? > What's that supposed to do? -a __

Set arbitrary protocol for route?

2014-08-22 Thread Josh Moore
I am trying to add a local route with an arbitrary protocol number. This is done with iproute2 in Linux by: ip route add to local $ip/32 dev eth0 proto $num How can I do this in FreeBSD 10? Josh ___ freebsd-net@freebsd.org mailing list http://lists.f

relayd and tls

2014-08-22 Thread Joe Holden
Hi chaps, I'm playing with relayd on 10.0-R but it appears that when I make a tls connection to a https listener the process handling the connection consumes 100% cpu and stalls, is this a known issue? I'm not doing any pf redirection or anything - simple listener that forwards to http Che

Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2))

2014-08-22 Thread Harald Schmalzbauer
Bezüglich Yuri's Nachricht vom 02.09.2013 06:54 (localtime): > Please check in this patch: > http://www.freebsd.org/cgi/query-pr.cgi?pr=181741 > Please MFC into 9.X > > Description of the problem is within PR. > > Thanks, > Yuri Hello, I guess this fix should make it into 10.1. Can someone check