From: Dave Hart Date: Thu, 10 Sep 2009 20:12:31 +0000 (+0000) Subject: pick up Dr. Mills' miscopt.html leapfile indent correction from 8-Sep X-Git-Tag: NTP_4_2_5P212~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cbb0bfae604cbbe659b980128a0eec7e2d553f;p=thirdparty%2Fntp.git pick up Dr. Mills' miscopt.html leapfile indent correction from 8-Sep bk: 4aa95dafgDySmTNLhu4aPRWchCyUzQ --- diff --git a/html/miscopt.html b/html/miscopt.html index 30c5ec37d..ec8312e8e 100644 --- a/html/miscopt.html +++ b/html/miscopt.html @@ -13,7 +13,7 @@ giffrom Pogo, Walt Kelly

We have three, now looking for more.

Last update: - 22-Jun-2009 21:24 + 10-Sep-2009 20:11 UTC


Related Links

@@ -54,7 +54,7 @@
This command controls which network addresses ntpd opens, and whether input is dropped without processing. The first parameter determines the action for addresses which match the second parameter. That parameter specifies a class of addresses, or a specific interface name, or an address. In the address case, prefixlen determines how many bits must match for this rule to apply. The ignore action prevents opening matching addresses, in contrast, drop causes ntpd to open the interface and drop all received packets without examination. Multiple interface commands can be used. The last rule which matches a particular address determines the action for it. The nic command is an alias for interface.
leapfile leapfile
This command loads the NIST leapseconds file and initializes the leapsecond values for the next leapsecond time, expiration time and TAI offset. The file can be obtained directly from NIST national time servers using ftp as the ASCII file pub/leap-seconds.
-

While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.

+
While not strictly a security function, the Autokey protocol provides means to securely retrieve the current or updated leapsecond values from a server.
logconfig configkeyword
This command controls the amount and type of output written to the system syslog facility or the alternate logfile log file. All configkeyword keywords can be prefixed with =, + and -, where = sets the syslogmask, + adds and - removes messages. syslog messages can be controlled in four classes (clock, peer, sys and sync). Within these classes four types of messages can be controlled: informational messages (info), event messages (events), statistics messages (statistics) and status messages (status).

Configuration keywords are formed by concatenating the message class with the event class. The all prefix can be used instead of a message class. A message class may also be followed by the all keyword to enable/disable all messages of the respective message class. By default, logconfig output is set to allsync.