Home
last modified time | relevance | path

Searched refs:max_prefix_restart (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/bgpctl/
H A Doutput_json.c236 if (p->conf.max_prefix_restart) in json_neighbor_full()
238 p->conf.max_prefix_restart); in json_neighbor_full()
H A Doutput.c290 if (p->conf.max_prefix_restart) in show_neighbor_full()
292 p->conf.max_prefix_restart); in show_neighbor_full()
/openbsd/usr.sbin/bgpd/
H A Dprintconf.c808 if (p->max_prefix_restart) in print_peer()
809 printf(" restart %u", p->max_prefix_restart); in print_peer()
H A Dbgpd.h486 uint16_t max_prefix_restart; member
H A Dsession.c3372 t = p->conf.max_prefix_restart; in session_dispatch_imsg()
H A Dparse.y2101 curpeer->conf.max_prefix_restart = $3;