Home
last modified time | relevance | path

Searched refs:min_holdtime (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/unit/modules/network/ios/
H A Dtest_ios_bgp_global.py142 timers=dict(keepalive=100, holdtime=200, min_holdtime=150),
205 timers=dict(keepalive=100, holdtime=200, min_holdtime=150),
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/tests/cli/
H A D_populate_config.yaml43 min_holdtime: 150
H A Drendered.yaml49 min_holdtime: 150
H A Dmerged.yaml52 min_holdtime: 150
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Dprintconf.c386 if (conf->min_holdtime != MIN_HOLDTIME) in print_mainconf()
387 printf("holdtime min %u\n", conf->min_holdtime); in print_mainconf()
648 if (p->min_holdtime) in print_peer()
649 printf("%s\tholdtime min %u\n", c, p->min_holdtime); in print_peer()
H A Dconfig.c83 to->min_holdtime = from->min_holdtime; in copy_config()
H A Dbgpd.h308 u_int16_t min_holdtime; member
400 u_int16_t min_holdtime; member
H A Dparse.y644 conf->min_holdtime = $3;
1422 curpeer->conf.min_holdtime = $3;
3364 c->min_holdtime = MIN_HOLDTIME; in init_config()
H A Dparse.c2617 conf->min_holdtime = (yyvsp[0].v.number); in yyparse()
3636 curpeer->conf.min_holdtime = (yyvsp[0].v.number); in yyparse()
6486 c->min_holdtime = MIN_HOLDTIME; in init_config()
H A Dsession.c2066 if (holdtime && holdtime < peer->conf.min_holdtime) { in parse_open()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_bgp_global/vars/
H A Dmain.yaml59 min_holdtime: 150
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpctl/
H A Doutput_json.c194 json_do_uint("min_holdtime", p->conf.min_holdtime); in json_neighbor_full()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/docs/
H A Dcisco.ios.ios_bgp_global_module.rst6171 <b>min_holdtime</b>
8163 <b>min_holdtime</b>
H A Dcisco.ios.ios_bgp_address_family_module.rst4317 <b>min_holdtime</b>