Home
last modified time | relevance | path

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

/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Doutput_json.c197 json_do_bool("announce_capabilities", p->conf.announce_capa); in json_neighbor_full()
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dbgpd.h408 u_int8_t announce_capa; member
H A Dprintconf.c650 if (p->announce_capa == 0) in print_peer()
H A Dparse.y1444 curpeer->conf.announce_capa = $3;
3934 p->conf.announce_capa = 1; in alloc_peer()
H A Dparse.c3668 curpeer->conf.announce_capa = (yyvsp[0].v.number); in yyparse()
7056 p->conf.announce_capa = 1; in alloc_peer()
H A Dsession.c921 if (!peer->conf.announce_capa) in change_state()