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
