ncurses 6.4 in openbsd

2023-03-13 Thread jon
Hello, following [1], I have been able to upgrade to the latest snapshot of ncurses in a -current openbsd system. All seems to be working well. Here is a rough script I'm using at the moment # Fetch openbsd tree's ncurses through cvs MIRROR="anon...@mirror.osn.de:/cvs" cd /usr cvs -qd $MIRROR che

Re: support leaked and invalid in bgplgd

2023-03-13 Thread Theo Buehler
On Mon, Mar 13, 2023 at 06:07:23PM +0100, Claudio Jeker wrote: > Add the plumbing in bgplgd to allow for leaked and invalid show rib > options. Sure > > -- > :wq Claudio > > Index: bgplgd.h > === > RCS file: /cvs/src/usr.sbin/bgpl

support leaked and invalid in bgplgd

2023-03-13 Thread Claudio Jeker
Add the plumbing in bgplgd to allow for leaked and invalid show rib options. -- :wq Claudio Index: bgplgd.h === RCS file: /cvs/src/usr.sbin/bgplgd/bgplgd.h,v retrieving revision 1.2 diff -u -p -r1.2 bgplgd.h --- bgplgd.h3 Feb 20

Re: bgpctl show rib invalid and leaked routes

2023-03-13 Thread Theo Buehler
On Mon, Mar 13, 2023 at 05:26:35PM +0100, Claudio Jeker wrote: > This diff extends the show rib command to only show invalid (ineligible) > or leaked (via OTC leak detection) routes. > > While there rename the OTC_LOOP defines to OTC_LEAK since this is not a > route loop but a route leak. Apart f

bgpctl show rib invalid and leaked routes

2023-03-13 Thread Claudio Jeker
This diff extends the show rib command to only show invalid (ineligible) or leaked (via OTC leak detection) routes. While there rename the OTC_LOOP defines to OTC_LEAK since this is not a route loop but a route leak. -- :wq Claudio Index: usr.sbin/bgpctl/bgpctl.8

PPPoE with PAP and CHAP

2023-03-13 Thread Moritz Buhl
Hi gerhard and tech, You wrote the following in 2015 and I was wondering if it was worth upstreaming it: The PPPoE kernel module gets a new option auto for the authproto in addition to pap and chap in client mode. In this case the authentication protocol sent by the server in the LCP configure r