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->
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
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
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-