Syntax for show route and primary route (*)?

Kenth Eriksson Kenth.Eriksson at infinera.com
Fri Oct 25 11:00:23 CEST 2019


On Thu, 2019-10-24 at 16:05 +0200, Ondrej Zajicek wrote:
> Is it possible that due to some bug a temporary route added by kernel
> during scan was not removed after the scan. Could you check the value
> of X->attrs->source (and perhaps content of attrs->src) for X in
> e, e->net->routes in this (or analogous) state:

(gdb) print ia
$1 = (byte *) 0xffcb7f3b "0.0.0.0/0"
(gdb) print e
$2 = (rte *) 0x56c9dd14
(gdb) print e->net->routes
$3 = (struct rte *) 0x56c9dc54
(gdb) print e->attrs->source
$4 = 2 '\002'
(gdb) print e->attrs->src
$5 = (struct rte_src *) 0x56c982cc
(gdb) print e->net->routes->attrs->source
$6 = 2 '\002'
(gdb) print e->net->routes->attrs->src
$7 = (struct rte_src *) 0x56c982cc




More information about the Bird-users mailing list