diff options
author | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2016-12-22 16:19:05 +0000 |
commit | 2a3488342441b3296995c8a9eca705a468d0eff0 (patch) | |
tree | 0ddd6422cb1fb658884e045a0527f7a24e4df58e /contrib/ntp/ntpd/keyword-gen.c | |
parent | 59570923bc07f0e74f90b47bd0e10dc5db508d4a (diff) |
Notes
Diffstat (limited to 'contrib/ntp/ntpd/keyword-gen.c')
-rw-r--r-- | contrib/ntp/ntpd/keyword-gen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ntp/ntpd/keyword-gen.c b/contrib/ntp/ntpd/keyword-gen.c index 648b3ae01bc3..c9d30bece226 100644 --- a/contrib/ntp/ntpd/keyword-gen.c +++ b/contrib/ntp/ntpd/keyword-gen.c @@ -148,6 +148,7 @@ struct key_tok ntp_keywords[] = { { "cohort", T_Cohort, FOLLBY_TOKEN }, { "mindist", T_Mindist, FOLLBY_TOKEN }, { "maxdist", T_Maxdist, FOLLBY_TOKEN }, +{ "bcpollbstep", T_Bcpollbstep, FOLLBY_TOKEN }, { "beacon", T_Beacon, FOLLBY_TOKEN }, { "orphan", T_Orphan, FOLLBY_TOKEN }, { "orphanwait", T_Orphanwait, FOLLBY_TOKEN }, |