Re: RPKI support without SSH transport

2020-03-25 Thread Clemens Schrimpe
> On 25. Mar 2020, at 13:37, Ondrej Zajicek wrote: > > Yes, current code in git should be OK, all code in ssh_transport.c is > commented out. Confirmed. Thank you very much for the great work (not only this patch ... :-) Greetings, Clemens

Re: RPKI support without SSH transport

2020-03-25 Thread Clemens Schrimpe
> On 25. Mar 2020, at 13:37, Ondrej Zajicek wrote: > > Yes, current code in git should be OK, all code in ssh_transport.c is > commented out. I'll git pull and try it out asap. Thanks, Clemens

Re: RPKI support without SSH transport

2020-03-25 Thread Ondrej Zajicek
On Wed, Mar 25, 2020 at 02:17:13PM +0300, Mikhail Grishin wrote: > Hi, > > In my case all compiled fine: > > ./configure --disable-libssh Yes, current code in git should be OK, all code in ssh_transport.c is commented out. > CC -o obj/proto/rpki/ssh_transport.o -c proto/rpki/ssh_transport.c > C

Re: RPKI support without SSH transport

2020-03-25 Thread Mikhail Grishin
Hi, In my case all compiled fine: ./configure --disable-libssh . CC -o obj/proto/rpki/ssh_transport.o -c proto/rpki/ssh_transport.c CC -o obj/proto/rpki/transport.o -c proto/rpki/transport.c CC -o obj/proto/static/static.o -c proto/static/static.c Clemens Schrimpe пишет 19.03.2020 16:44:

Re: RPKI support without SSH transport

2020-03-19 Thread Clemens Schrimpe
Hello and sorry for the late feedback ... lots of things going on ... > On 14. Jan 2020, at 16:45, Maria Matějka wrote: > >> however, attempts to build it without /--disable-libssh/ result in a linking >> error: > > Oops, sorry, I missed one include. Here is the fixed patch, now it compiles

Re: RPKI support without SSH transport

2020-01-14 Thread Maria Matějka
> however, attempts to build it without /--disable-libssh/ result in a linking > error: Oops, sorry, I missed one include. Here is the fixed patch, now it compiles both with and without libSSH. Maria diff --git a/configure.ac b/configure.ac index 40f021a1..da8546a6 100644 --- a/configure.ac +++

Re: RPKI support without SSH transport

2020-01-13 Thread Clemens Schrimpe
> Please try the attached patch. It has not been tested, yet it compiles > with no LibSSH available. This appears to work nicely. After running autoreconf and ./configure --disable-libssh it builds a bird with RPKI support, which is still "lean": DEV 2.x MIPS:~/bird-patch> ldd bird linux

Re: RPKI support without SSH transport

2020-01-13 Thread Maria Matejka
Hello! Please try the attached patch. It has not been tested, yet it compiles with no LibSSH available. Maria On 1/9/20 3:07 PM, Clemens Schrimpe wrote: > Ahoj BIRD Parents - > > I was wondering if there is a reason, why BIRD 2.0.x can't be built for RPKI > support without libssh, although RPK

Re: RPKI support without SSH transport

2020-01-09 Thread Ondrej Zajicek
On Thu, Jan 09, 2020 at 03:07:15PM +0100, Clemens Schrimpe wrote: > Ahoj BIRD Parents - > > I was wondering if there is a reason, why BIRD 2.0.x can't be built for > RPKI support without libssh, although RPKI-RTR would also work on an > unencrypted transport (as documented in the BIRD user documen

RPKI support without SSH transport

2020-01-09 Thread Clemens Schrimpe
Ahoj BIRD Parents - I was wondering if there is a reason, why BIRD 2.0.x can't be built for RPKI support without libssh, although RPKI-RTR would also work on an unencrypted transport (as documented in the BIRD user documentation). I am asking, because I am building BIRD for a hardware router pl