RE: maybe it is a bug in nexthop__same function

2019-03-11 Thread Derek Pan
Got it. Thanks. -Original Message- From: Maria Jan Matějka Sent: Monday, March 11, 2019 6:19 PM To: bird-users@network.cz; Derek Pan ; bird-users@network.cz Subject: Re: maybe it is a bug in nexthop__same function On March 11, 2019 10:57:06 AM GMT+01:00, Derek Pan wrote: > Hi > > I

Re: bird version 2.0.4 - peering with cisco version ios xe 16.3.5 - invalid open message

2019-03-11 Thread Marco van Tol
Op 11 mrt. 2019, om 14:11 heeft Marco van Tol het volgende geschreven: > Op 11 mrt. 2019, om 12:38 heeft Ondrej Zajicek het > volgende geschreven: >> On Mon, Mar 11, 2019 at 09:44:16AM +0100, Marco van Tol wrote: What version of Cisco is that? >>> >>> What I wrote in the subject and the

Re: all protocol state debug

2019-03-11 Thread Eugene M. Zheganin
Hello, 11.03.2019 21:02, Ondrej Zajicek пишет: On Mon, Mar 11, 2019 at 08:41:19PM +0500, Eugene M. Zheganin wrote: Hello, I want to log all protocols state changes, and I have a question: debug all { states } is valid in birdc, but why debug all {     states }; is invalid in bird.conf

Re: all protocol state debug

2019-03-11 Thread Ondrej Zajicek
On Mon, Mar 11, 2019 at 08:41:19PM +0500, Eugene M. Zheganin wrote: > Hello, > > > I want to log all protocols state changes, and I have a question: > > debug all { states } > > is valid in birdc, but why > > debug all { >     states > }; > > > is invalid in bird.conf ? Hello I cannot say

all protocol state debug

2019-03-11 Thread Eugene M. Zheganin
Hello, I want to log all protocols state changes, and I have a question: debug all { states } is valid in birdc, but why debug all {     states }; is invalid in bird.conf ? Thanks. Eugene.

Re: bird version 2.0.4 - peering with cisco version ios xe 16.3.5 - invalid open message

2019-03-11 Thread Marco van Tol
Op 11 mrt. 2019, om 12:38 heeft Ondrej Zajicek het volgende geschreven: > On Mon, Mar 11, 2019 at 09:44:16AM +0100, Marco van Tol wrote: >>> What version of Cisco is that? >> >> What I wrote in the subject and the first message, ios xe 16.3.5 :-) >> If you need more info in this area let me

Backportability of bird2 debian package

2019-03-11 Thread Eugene Crosser
Hi, I have a request to Ondřej Surý: debian-packaged version of bird2 that is currently on https://salsa.debian.org/debian/bird2.git is unbuildable on older distros because of required version of debhelper (cosmic and stretch have version 11) and init-system-helpers (cosmic has 1.54, stretch -

Re: bird version 2.0.4 - peering with cisco version ios xe 16.3.5 - invalid open message

2019-03-11 Thread Ondrej Zajicek
On Mon, Mar 11, 2019 at 09:44:16AM +0100, Marco van Tol wrote: > > What version of Cisco is that? > > What I wrote in the subject and the first message, ios xe 16.3.5 :-) > If you need more info in this area let me know. I have close to no > experience with Cisco, but I have someone around who

Re: How to update from v1.6 to v2.0

2019-03-11 Thread Maria Jan Matejka
Hello! > Would I need to uninstall v1.6 or could update the version by simply steps? Generally, you don't need to uninstall v1.6. These are anyway conflicting in all distributions I'm aware of. > For v1.6 un-installation, would you mind providing me the steps? or > would you please providing me

Re: maybe it is a bug in nexthop__same function

2019-03-11 Thread Maria Jan Matějka
On March 11, 2019 10:57:06 AM GMT+01:00, Derek Pan wrote: > Hi > > I think below function should be used by comparing two netxhop object > with different pointer. > If this function is called, the X and Y always have different pointer > values, but if their values are same, they also can be

Re: maybe it is a bug in nexthop__same function

2019-03-11 Thread Alexander Zubkov
Hi, For me, code looks valid. Loop ends when one of the pointers is null: > x && y So this comparison (x == y) verifies that both pointers are null, i.e. both lists are of the same size. On Mon, Mar 11, 2019 at 11:03 AM Derek Pan wrote: > > Hi > > > > I think below function should be used by

maybe it is a bug in nexthop__same function

2019-03-11 Thread Derek Pan
Hi I think below function should be used by comparing two netxhop object with different pointer. If this function is called, the X and Y always have different pointer values, but if their values are same, they also can be treated as the same. I think the "return x== y;" should be replaced by

How to update from v1.6 to v2.0

2019-03-11 Thread Isaac HO
Dear All, Would I need to uninstall v1.6 or could update the version by simply steps? For v1.6 un-installation, would you mind providing me the steps? or would you please providing me the upgrading steps? Thanks, Isaac

Re: bird version 2.0.4 - peering with cisco version ios xe 16.3.5 - invalid open message

2019-03-11 Thread Marco van Tol
Op 11 mrt. 2019, om 02:55 heeft Ondrej Zajicek het volgende geschreven: > On Fri, Mar 08, 2019 at 04:09:58PM +0100, Marco van Tol wrote: >> Op 8 mrt. 2019, om 14:45 heeft Ondrej Zajicek het >> volgende geschreven: >>> On Fri, Mar 08, 2019 at 01:51:31PM +0100, Marco van Tol wrote: Hi,