Re: ospfd: point-to-point on ethernet interfaces

2019-07-03 Thread Kapetanakis Giannis
Hi, This does not work for me with IOS. neighbor is full, rib is ok fib does not list the routes to IOS and routing table is not updated on BSD On IOS I do have the loopback route the BSD is announcing. G On 24/06/2019 01:33, Remi Locherer wrote: > Diff below adds to ospfd point to point suppo

sync acme-client.conf.5 with the example about LE API url

2019-07-03 Thread Solene Rapenne
The example uses acme-v02.api.letsencrypt.org while acme-client.conf(5) still uses v01. Index: acme-client.conf.5 === RCS file: /data/cvs/src/usr.sbin/acme-client/acme-client.conf.5,v retrieving revision 1.20 diff -u -p -r1.20 acme-cl

aggr(4): a new LACP driver

2019-07-03 Thread David Gwynne
aggr(4) came about after i had several goes at making the transmit path in trunk(4) mpsafe. we need this at work to try and wring a bit more speed out of our firewalls. every attempt at this had me get overwhelmed with the twistiness that comes with it supporting several different modes of operatio

cwm: label application windows with command name

2019-07-03 Thread Klemens Nanni
Applications are a nice way to stuff frequently used programs behind mnemonic names, so starting them is one keybind and a few characters away. Labels are nice for finding windows quickly. All windows start with an empty label. Now, switching windows back and forth, I want to reach my applicatio

startup file - error message

2019-07-03 Thread Mark Lumsden
If you have something like this in your .mg file: find-file /home/lum/test imaginary-command When you open mg you will see an error: Error loading file /home/lum/test at line 2 If you open files in your .mg file, but then have any kind of error with the evaluation of lines afterwards (even no

socket splicing without kernel lock

2019-07-03 Thread Alexander Bluhm
Hi, I would like to remove a useless kernel lock during socket splicing. We have a socket "so" that splices data to socket "sosp". Everytime when space in sosp gets available, we add a task to move data from so to sosp. Additionally we call sowakeup() from sowwakeup(). I have added this as it

pushing option to dhclient from netstart

2019-07-03 Thread sven falempin
Dear reader, /etc/netstart pushed option from 'dhcp #options#' beside ifconfig and before up. It's easy to have this behavior like this #options# dhcp OTA dhclient could be feed with argument like -l or -L , but those are not easily configured. it seams like a minor typo was introduce, or there

Re: Softraid bootloader size allowance

2019-07-03 Thread Chris Ross
On Wed, Jul 03, 2019 at 08:17:09PM +0200, Otto Moerbeek wrote: > > Well, the question I had is: can I just make that whole block bigger. > > Thus making the partition lead-in bigger. Is there a reason that whole > > area can't just be enlarged? > > > > I'm rebuilding on a single-disk system an Op

Re: Softraid bootloader size allowance

2019-07-03 Thread Otto Moerbeek
On Wed, Jul 03, 2019 at 02:05:24PM -0400, Chris Ross wrote: > On Wed, Jul 03, 2019 at 04:20:59PM +0200, Christian Weisgerber wrote: > > Chris Ross: > > > > > Is there a hard reason SR_BOOT_LOADER_SIZE cannot be raised to sometime > > > larger, perhaps 1024 (instead of the current 320) ? > > > >

Re: Softraid bootloader size allowance

2019-07-03 Thread Chris Ross
On Wed, Jul 03, 2019 at 04:20:59PM +0200, Christian Weisgerber wrote: > Chris Ross: > > > Is there a hard reason SR_BOOT_LOADER_SIZE cannot be raised to sometime > > larger, perhaps 1024 (instead of the current 320) ? > > That size is part of the disk layout. > > Looking at , the layout of a sof

Re: Softraid bootloader size allowance

2019-07-03 Thread Christian Weisgerber
Chris Ross: > Is there a hard reason SR_BOOT_LOADER_SIZE cannot be raised to sometime > larger, perhaps 1024 (instead of the current 320) ? That size is part of the disk layout. Looking at , the layout of a softraid partition is this: 16 sectors, unused (potential disklabel, boot block)

Re: ospfd: point-to-point on ethernet interfaces

2019-07-03 Thread Gregory Edigarov
Works for me no problem. tested to IOS. On 03.07.19 00:00, Remi Locherer wrote: ping On Mon, Jun 24, 2019 at 12:33:16AM +0200, Remi Locherer wrote: Diff below adds to ospfd point to point support for Ethernet interfaces. I successfully tested this against Junos and FastIron. I first made the