Home
last modified time | relevance | path

Searched refs:fib_conf (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/bgpd/
H A Dkroute.c309 kt->fib_conf = kt->fib_sync = fs; in ktable_new()
402 rkt->fib_conf = 0; in ktable_update()
420 kt->fib_conf = !(flags & F_RIB_NOFIBSYNC); in ktable_update()
422 } else if (!kt->fib_conf) in ktable_update()
423 kt->fib_conf = !(flags & F_RIB_NOFIBSYNC); in ktable_update()
1339 kt->fib_sync = kt->fib_conf; in ktable_postload()
H A Dbgpd.h792 uint8_t fib_conf; /* configured FIB sync flag */ member
/openbsd/usr.sbin/bgpctl/
H A Doutput_json.c410 json_do_bool("admin_change", kt->fib_sync != kt->fib_conf); in json_fib_table()
H A Doutput.c494 kt->fib_sync != kt->fib_conf ? "*" : ""); in show_fib_table()