lists issue

2018-07-26 Thread Arvin Gan
Hi all, There may be an issue in blow function when deleted the node is the first one, that mean n->prev is NULL., similarly, same issue as the last one node is deleted. LIST_INLINE void rem_node(node *n) { node *z = n->prev; node *x = n->next; z->next = x; x->prev = z; n->

Re: Not getting out of "Connect" state

2018-07-26 Thread Maximilian Eschenbacher
On 26/07/2018 08:31:05, Scott Ellentuch wrote: I've had a bird(1.4.5)<>bird(1.5.0) up and running for 2 months now, and I was forced to reboot one of the servers. Now I can't get them to re-establish Wow, those are pretty old. I've disable them both, waited a bit, then enabled them both w

Not getting out of "Connect" state

2018-07-26 Thread Scott Ellentuch
Hi, I've had a bird(1.4.5)<>bird(1.5.0) up and running for 2 months now, and I was forced to reboot one of the servers. Now I can't get them to re-establish bgp_aws1 BGP master start 12:15:07Connect bgp_isp1 BGP master start 12:14:08Connect I've disable them both, w

Opaque pipe in bird 2.0?

2018-07-26 Thread Piotr Wydrych
Hi, Having a table with 2 paths per prefix, I need to send only the best path to another table, like this: +--+ +--+ |table1| |table2| +--+ +--+ \ / \ / +v-v+ |all| +-+-+ | | +v-