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.c233 if (p->conf.max_prefix_restart) in json_neighbor_full()
235 p->conf.max_prefix_restart); in json_neighbor_full()
H A Doutput.c288 if (p->conf.max_prefix_restart) in show_neighbor_full()
290 p->conf.max_prefix_restart); in show_neighbor_full()
/openbsd/usr.sbin/bgpd/
H A Dprintconf.c773 if (p->max_prefix_restart) in print_peer()
774 printf(" restart %u", p->max_prefix_restart); in print_peer()
H A Dbgpd.h470 uint16_t max_prefix_restart; member
H A Dsession.c3245 t = p->conf.max_prefix_restart; in session_dispatch_imsg()
H A Dparse.y2052 curpeer->conf.max_prefix_restart = $3;