Re: Re: RT TABLEID_MA­X si­ze

2013-02-01 Thread def
OK i get it! very useful info for lookups Tnx Claudio Птн 01 Фев 2013 22:08:48 +0400, Claudio Jeker написал: On Fri, Feb 01, 2013 at 07:39:46PM +0400, def wrote: > my fault... I thought that the size only 8 bits (not bytes as i said before), > it really seems to be enough in src.so what is rea

Re: pppx(4) and a "pppx" interface group

2013-02-01 Thread Stuart Henderson
In gmane.os.openbsd.misc, Mattieu Baptiste wrote: > Hi, > > I'm testing npppd with pppx(4). > > As i'm understanding npppd, a new pppx(4) interface is created for every > new session. Thus, new /dev/pppxN nodes must be created for the sessions > that we intend to have. > > But at this point, filter

Re: RT_TABLEID_MA­X si­ze

2013-02-01 Thread Claudio Jeker
On Fri, Feb 01, 2013 at 07:39:46PM +0400, def wrote: > my fault... I thought that the size only 8 bits (not bytes as i said before), > it really seems to be enough in src.so what is real MAX size of that values? > > i will test all together again: rtable/rdomain with sockets on mpls > interfaces

Re: Send hostname to remote host with syslogd

2013-02-01 Thread Gabriel Linder
On 02/01/13 11:57, Stuart Henderson wrote: From: "Gabriel Linder" To: tech@openbsd.org Sent: Wednesday, December 26, 2012 9:40:40 AM Subject: Send hostname to remote host with syslogd While playing with base syslogd and syslog-ng to have a unique loghost on my network, I noticed that OpenBSD sy

Re: RT_TABLEID_MAX si­ze

2013-02-01 Thread Hendrik Meyburgh
I set mine to 5, due to a provisioning script using mysql row id for the rdomain id. Currently running 1069 tables, below is some statistics from bgp for a bit of a base line: RDE memory statistics 1 IPv4 unicast network entries using 40B of memory 8972 IPv4 vpn network entries

Re: Send hostname to remote host with syslogd

2013-02-01 Thread Rob Pierce
For what it's worth (http://tools.ietf.org/html/rfc5424): 6.2.4. HOSTNAME The HOSTNAME field identifies the machine that originally sent the syslog message. The HOSTNAME field SHOULD contain the hostname and the domain name of the originator in the format specified in STD 13 [RFC103

Re: Re: Re: RT_TABLEID_MAX si­ze

2013-02-01 Thread def
yah. That is not cause of performance issues, and works pretty well even with more than 300k BGP prefixes summary.The number of VPNs is requered because of the platform is play centralized services VPN role. How can i increase just a MAX value of total number of rdomains if that is defined as un

Re: Send hostname to remote host with syslogd

2013-02-01 Thread Stuart Henderson
> From: "Gabriel Linder" > To: tech@openbsd.org > Sent: Wednesday, December 26, 2012 9:40:40 AM > Subject: Send hostname to remote host with syslogd > > While playing with base syslogd and syslog-ng to have a unique loghost > on my network, I noticed that OpenBSD syslogd does not send the hostna

Re: Send hostname to remote host with syslogd

2013-02-01 Thread Gabriel Linder
On 02/01/13 03:15, Rob Pierce wrote: We have seen the same behaviour and will hopefully be testing your patch this week. It would be great to have this capability in base as we don't want to install extra packages (i.e. rsyslog) and so far base does everything we need. Please keep in mind tha

Re: beaglebone JTAG (FT2232H)

2013-02-01 Thread Martin Pieuchot
On 31/01/13(Thu) 11:21, Raphael Graf wrote: > On Thu, January 31, 2013 10:31 am, Martin Pieuchot wrote: > > On 30/01/13(Wed) 13:19, Raphael Graf wrote: > >> On Wed, January 30, 2013 10:52 am, Martin Pieuchot wrote: > >> > On 27/01/13(Sun) 16:13, Raphael Graf wrote: > >> >> The diff below makes the

Re: fix dpms issues on ivy bridge

2013-02-01 Thread Martin Pieuchot
On 29/01/13(Tue) 13:34, Jonathan Gray wrote: > The following changes mostly based on what has happened in > the upstream drm code seems to resolve problems with screen corruption > on power saving/dpms on ivy bridge with ums here. Testing on ironlake/ > sandy bridge/ivy bridge (aka Core i*) to mak