[quagga-dev 16512] Re: Security list changes (Transparency?)

2017-01-12 Thread Paul Jakma
On Thu, 12 Jan 2017, Paul Jakma wrote: On Thu, 12 Jan 2017, Martin Winter wrote: as competition or any rule that I wasn’t supposed to work on 2 projects at the same time. To be clear, I tried my best to reconcile. Even after it was made clear you were forking, I would probably have been

[quagga-dev 16514] Re: Security list changes (Transparency?)

2017-01-12 Thread Martin Winter
On 12 Jan 2017, at 14:11, Paul Jakma wrote: On Thu, 12 Jan 2017, Martin Winter wrote: Full disclosure: I helped the OpenBGPd folks in the past as well with testing infrastructure. So I might be a repeated “offender” if this is a crime. Testing other open-source routing is great. Funnily

[quagga-dev 16519] Re: Security list changes (Transparency?)

2017-01-12 Thread Paul Jakma
On Thu, 12 Jan 2017, Martin Winter wrote: 1. Note: as of a few weeks ago, I am the executive maintainer of Quagga. An interim measure hopefully, if there are enough people still interested in Quagga. Thanks for this note. This is what I call “transparency”. Not sure what “executive

[quagga-dev 16517] Re: Security list changes (Transparency?)

2017-01-12 Thread Martin Winter
Nick, sorry, forgot to answer the last part or your email about reason etc on fork: First of all, we haven’t announced it yet. We want to get it to “rc1” quality first before making it public. And we had to get a name (which was a painful slow process and we are still making sure this name isn’t

[quagga-dev 16518] Re: NetDEF Transparency?

2017-01-12 Thread Paul Jakma
On Thu, 12 Jan 2017, Martin Winter wrote: I can direct you to a tax person who can explain you who needs o be listed or not. The money out covers only your salary and my contracting. You could have read my other email. OpenSourceRouting is a project by NetDEF. Nothing else. Not another

[quagga-dev 16516] Re: Security list changes (Transparency?)

2017-01-12 Thread Martin Winter
On 12 Jan 2017, at 14:47, Paul Jakma wrote: On Thu, 12 Jan 2017, Martin Winter wrote: as competition or any rule that I wasn’t supposed to work on 2 projects at the same time. To be clear, I tried my best to reconcile. Even after it was made clear you were forking, I would probably have

[quagga-dev 16527] [PATCH 2/3] HACKING: Add 'Objectives', 'Governance', and an initial 'Code of Conduct'

2017-01-12 Thread Paul Jakma
--- HACKING.md | 110 + 1 file changed, 110 insertions(+) diff --git a/HACKING.md b/HACKING.md index c898d96..0b96ce8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -17,6 +17,116 @@ include-before: \newpage +OBJECTIVES {#sec:goals}

[quagga-dev 16531] Re: Security list changes (Transparency?)

2017-01-12 Thread Paul Jakma
On Thu, 12 Jan 2017, Martin Winter wrote: “suspended” vs “kicked off” Interesting wording is all I can say. Just for the record, the relevant bit from the email to David was: "I have therefore suspended you from the Quagga.net maintainers, pending a review of your position by the

[quagga-dev 16528] [PATCH 3/3] HACKING: Update useful URLs

2017-01-12 Thread Paul Jakma
--- HACKING.md | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 0b96ce8..e7e4cd7 100644 --- a/HACKING.md +++ b/HACKING.md @@ -683,6 +683,14 @@ configuration for the appropriate Quagga.net repository. USEFUL URLs === -* David

[quagga-dev 16526] [PATCH 1/3] HACKING: set a4paper by default

2017-01-12 Thread Paul Jakma
--- HACKING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/HACKING.md b/HACKING.md index 3bd1eb3..c898d96 100644 --- a/HACKING.md +++ b/HACKING.md @@ -1,13 +1,11 @@ --- title: Conventions for working on Quagga papersize: a4paper -geometry: scale=0.82 +geometry:

[quagga-dev 16532] Fork of Quagga

2017-01-12 Thread Donald Sharp
All - Since there have been questions on alias about the fork and if you are interested in checking us out, we are working over here: https://github.com/freerangerouting/frr The email alias can be found: https://lists.nox.tf/listinfo/frr We have a public slack channel for realtime discussion:

[quagga-dev 16529] [PATCH] vty: Add Esc-? and ctrl-v , to allow '?' to be input (e.g for regex)

2017-01-12 Thread Paul Jakma
From: Paul Jakma --- lib/vty.c | 21 ++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/lib/vty.c b/lib/vty.c index 7ba277f..2c5911a 100644 --- a/lib/vty.c +++ b/lib/vty.c @@ -1340,8 +1340,9 @@ vty_execute (struct vty *vty) #define

[quagga-dev 16520] Re: Security list changes (Transparency?)

2017-01-12 Thread Paul Jakma
On Thu, 12 Jan 2017, Martin Winter wrote: similar to what was discussed last year (and blocked by Paul’s veto) for Urg, you just can't help spin. _EVERY MAINTAINER_ had a veto. Further, objections from the wider community were also usually honoured. *DAVID* vetoed stuff. *YOU* have

[quagga-dev 16522] Re: [PATCH 0/5] NHRP implementation

2017-01-12 Thread Paul Jakma
Hi Timo, There's a compile failure here somewhere: make[2]: Entering directory '/home/paul/code/quagga/nhrpd' CC zbuf.o CC znl.o CC resolver.o CC linux.o CC netlink.o In file included from /usr/include/linux/if_tunnel.h:6:0, from

[quagga-dev 16525] Re: [PATCH 0/5] NHRP implementation

2017-01-12 Thread Paul Jakma
On Thu, 12 Jan 2017, Timo Teras wrote: Seems to be caused by the recent kernel commit: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1fe8e0f074c77aa41aaa579345a9e675acbebfa9 It is known issue that some of the c-library and kernel header files conflict with each

[quagga-dev 16524] Re: [PATCH 0/5] NHRP implementation

2017-01-12 Thread Timo Teras
On Thu, 12 Jan 2017 13:17:10 + (GMT) Paul Jakma wrote: > There's a compile failure here somewhere: > > make[2]: Entering directory '/home/paul/code/quagga/nhrpd' >CC zbuf.o >CC znl.o >CC resolver.o >CC linux.o >CC netlink.o >

[quagga-dev 16536] Re: NetDEF Transparency?

2017-01-12 Thread Martin Winter
On 12 Jan 2017, at 18:40, Paul Jakma wrote: On Thu, 12 Jan 2017, Martin Winter wrote: I can direct you to a tax person who can explain you who needs o be listed or not. The money out covers only your salary and my contracting. And your point? This is a IRS tax document with weird

[quagga-dev 16533] Re: [PATCH v3] nhrpd: implement next hop resolution protocol

2017-01-12 Thread Vincent JARDIN
Le 12/01/2017 à 15:31, Timo Teräs a écrit : This provides DMVPN support and integrates to strongSwan. Please read README.nhrpd and README.kernel for more details. I do like the value that NHRP brings for DMVPN support. Sorry, I did not review the code due to lack of time, but since it is

[quagga-dev 16537] Re: Security list changes (Transparency?)

2017-01-12 Thread Martin Winter
On 11 Jan 2017, at 22:34, Michael H Lambert wrote: On 11 Jan 2017, at 10:05, Nick Hilliard wrote: Usually forks happen after a breakdown of confidence and/or trust in the original project. Without prejudice to whatever changes may have been made to the secur...@quagga.net