Re: relayd/ctl alternative control socket

2017-11-29 Thread Sebastian Benoit
Kapetanakis Giannis(bil...@edu.physics.uoc.gr) on 2017.11.29 11:40:41 +0200: > On 28/11/17 17:06, Sebastian benoit wrote: > > Hi, > > > > your diff looks good, but i would rather do it the way bgpd/bgpctl do it: > > > > there the default is? /var/run/bgpd.sock. where is the > > routing domain b

Re: relayd/ctl alternative control socket

2017-11-29 Thread Kapetanakis Giannis
On 28/11/17 17:06, Sebastian benoit wrote: > Hi, > > your diff looks good, but i would rather do it the way bgpd/bgpctl do it: > > there the default is  /var/run/bgpd.sock. where is the > routing domain bgpctl is running in.  To administer bgpd(8) in a different > routing domain, run bgpctl in

Re: relayd/ctl alternative control socket

2017-11-29 Thread Peter Hessler
bgpd uses that way *because* it can use an alternate socket. Being able to specify a different socket for daemon/client is pretty helpful. On 2017 Nov 28 (Tue) at 16:06:51 +0100 (+0100), Sebastian benoit wrote: :Hi, : :your diff looks good, but i would rather do it the way bgpd/bgpctl do it: : :

Re: relayd/ctl alternative control socket

2017-11-28 Thread Maxim Bourmistrov
But what about people not running relay on rdomain, but rather just want to run separate instances of relayd ? > 28 nov. 2017 kl. 16:06 skrev Sebastian benoit > : > > Hi, > > your diff looks good, but i would rather do it the way bgpd/bgpctl do it: > > there the default is /var/run/bgpd.so

Re: relayd/ctl alternative control socket

2017-11-28 Thread Sebastian benoit
Hi, your diff looks good, but i would rather do it the way bgpd/bgpctl do it: there the default is /var/run/bgpd.sock. where is the routing domain bgpctl is running in. To administer bgpd(8) in a different routing domain, run bgpctl in said routing domain. i.e. it detects the rdomain at s

Re: relayd/ctl alternative control socket

2017-11-28 Thread Kapetanakis Giannis
Hi, On June I've posted a patch about using alternative control socket for relayd and relayctl. There was a comment from David Gwynne which was evaluated. Is it OK to get this is in order to be able to control multiple relayd daemons on different rdomains? thanks Giannis Index: config.c ===

Re: relayd/ctl alternative control socket

2017-07-10 Thread Kapetanakis Giannis
On 23/06/17 11:07, Kapetanakis Giannis wrote: > On 23/06/17 04:43, David Gwynne wrote: >> >>> On 23 Jun 2017, at 01:15, Kapetanakis Giannis >>> wrote: >>> >>> Hi, >>> >>> Here is a patch for using alternative control socket for relayd and >>> relayctl. >>> It's based on ospfd. I would like for t

Re: relayd/ctl alternative control socket

2017-06-23 Thread Kapetanakis Giannis
On 23/06/17 04:43, David Gwynne wrote: > >> On 23 Jun 2017, at 01:15, Kapetanakis Giannis >> wrote: >> >> Hi, >> >> Here is a patch for using alternative control socket for relayd and relayctl. >> It's based on ospfd. I would like for this to get in order to be able to >> control multiple relay

Re: relayd/ctl alternative control socket

2017-06-22 Thread David Gwynne
> On 23 Jun 2017, at 01:15, Kapetanakis Giannis > wrote: > > Hi, > > Here is a patch for using alternative control socket for relayd and relayctl. > It's based on ospfd. I would like for this to get in order to be able to > control multiple relayd daemons on different rdomains. i had somethi

relayd/ctl alternative control socket

2017-06-22 Thread Kapetanakis Giannis
Hi, Here is a patch for using alternative control socket for relayd and relayctl. It's based on ospfd. I would like for this to get in order to be able to control multiple relayd daemons on different rdomains. regards, Giannis Index: relayd.8 ===