bpe(4): 802.1Q Provider Backbone Bridge edge

2018-12-18 Thread David Gwynne
802.1ah-2008 developed Provider Backbone Bridges, aka, mac-in-mac support. This was adopted as part of 802.1Q-2011. It basically provides Ethernet over Ethernet overlay networking. Unlike vlan and svlan, the entire ethernet packet is encapsulated in another. The motivation for this is to avoid the

Re: Please test: HZ bump

2018-12-18 Thread Ian Sutton
On Mon, Aug 14, 2017 at 3:07 PM Martin Pieuchot wrote: > > I'd like to improve the fairness of the scheduler, with the goal of > mitigating userland starvations. For that the kernel needs to have > a better understanding of the amount of executed time per task. > > The smallest interval currently

smtpd: update table api

2018-12-18 Thread Eric Faurot
Hi. This diff changes the internal table interface. The backends now return results as formatted strings, parsing is delegated to the upper layer. It's been lightly tested already, but more tests would be very welcome, especially with setups involving lots of tables (including external ones). E

Re: Patch for install64.octeon : EdgeRouter 6 info

2018-12-18 Thread Visa Hankala
On Mon, Dec 17, 2018 at 11:22:40PM -0500, Chris McGee wrote: > Hi: > > I would like to add some info for Edgerouter 6 > (and presumably ER4, and maybe also ER12?) to install64.octeon. > The document is great but it won't get a new user booting on the new > 4-core machines with MMC drives. > > I

MPLSv6 2/2 : bgpd diff

2018-12-18 Thread Denis Fondras
Here is a serie of diffs to enable MPLSv6, MPLS transport over IPv6. Second diff : add support for IPv6 MPLS routes exchange with bgpd(8). (***) pe1# cat /etc/hostname.mpe0 rdomain 2 mplslabel 42 inet6 2001:db8::2

MPLSv6 1/2: kernel diff

2018-12-18 Thread Denis Fondras
Here is a serie of diffs to enable MPLSv6, MPLS transport over IPv6. First diff : allow mpe(4) to handle IPv6 trafic. Index: net/if_ethersubr.c === RCS file: /cvs/src/sys/net/if_ethersubr.c,v retrieving revision 1.255 diff -u -p -r1.

Re: ospf6d reports no buffer space available on vmx interface

2018-12-18 Thread Stuart Henderson
On 2018/12/18 11:34, Arnaud BRAND wrote: > Hi, > > I'm running 6.4 stable, with latest syspatches. > > I saw ospf6d reporting this in the logs > Dec 18 08:18:10 obsd64-ic1 ospf6d[68658]: send_packet: error sending packet > on interface vmx1: No buffer space available > > Searching the web, I gat

ospf6d reports no buffer space available on vmx interface

2018-12-18 Thread Arnaud BRAND
Hi, I'm running 6.4 stable, with latest syspatches. I saw ospf6d reporting this in the logs Dec 18 08:18:10 obsd64-ic1 ospf6d[68658]: send_packet: error sending packet on interface vmx1: No buffer space available Searching the web, I gathered that netstat -m might shed some light, so I proce

Re: request for testing: patch for boot loader out of mem

2018-12-18 Thread Otto Moerbeek
On Mon, Dec 17, 2018 at 10:53:26PM +0100, diego righi wrote: > Tested also the snapshot of today 2018/12/17 on same hardware but with > 500Gb disk with single big "a" partition, it works: The diff has been commited, thanks for testing. -Otto

Re: Patch for install64.octeon : EdgeRouter 6 info

2018-12-18 Thread Stefan Sperling
On Mon, Dec 17, 2018 at 11:22:40PM -0500, Chris McGee wrote: > so for example it mentions that you're going to need to drop > bsd.mp into the msdos kernel loader partition but doesn't explain how > to do that. Seemed to be the right level of detail for this document. The installer is supposed to p