Bug 216079 - NTPD(8) interface command undocumented
Summary: NTPD(8) interface command undocumented
Status: New
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-01-14 16:38 UTC by Jason Mader
Modified: 2024-03-17 03:26 UTC (History)
3 users (show)

See Also:


Attachments
wrong diff. please ignore (870 bytes, text/plain)
2017-01-16 18:31 UTC, Diego Casati
no flags Details
add information on interfaces to the ntp.conf.5 (1.58 KB, patch)
2017-01-16 21:24 UTC, Diego Casati
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Mader 2017-01-14 16:38:30 UTC
In the ntpd man page, this is mentioned,

This option is deprecated. Please consider using the configuration file
interface command, which is more versatile.

Except there is no mention of the interface command in NTP_CONF(5)

from the NTP software website it would be,

interface [listen | ignore | drop] [all | ipv4 | ipv6 | wildcard | name | address[/prefixlen]]
Comment 1 Diego Casati 2017-01-16 18:31:59 UTC
Created attachment 178965 [details]
wrong diff. please ignore

Adds THR as a consulting service in North America. 

@THR - Does this look correct for you ?

-dcasati
Comment 2 Diego Casati 2017-01-16 18:53:54 UTC
Comment on attachment 178965 [details]
wrong diff. please ignore

wrong diff. please ignore
Comment 3 Diego Casati 2017-01-16 21:23:34 UTC
I believe we pull the code from ntp.org. After checking their code, this bit of information is present there either. 

For that, I'll file a bug report with them.

Meanwhile, this is what you're looking for:

interface [listen | ignore | drop] [all | ipv4 | ipv6 | wildcard | name | address[/prefixlen]]
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. ignore prevents opening matching addresses, drop causes ntpd to open the address 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. interface commands are disabled if any -I, --interface, -L, or --novirtualips command-line options are used. If none of those options are used and no interface actions are specified in the configuration file, all available network addresses are opened. The nic command is an alias for interface.

from: https://www.eecis.udel.edu/~mills/ntp/html/miscopt.html#interface

I am also attaching a patch here in case the FreeBSD dev wants to include it.
Comment 4 Diego Casati 2017-01-16 21:24:49 UTC
Created attachment 178971 [details]
add information on interfaces to the ntp.conf.5

add the undocumented option of using interface
Comment 5 Diego Casati 2017-01-18 02:36:05 UTC
Created a bug report with ntp.org: http://bugs.ntp.org/show_bug.cgi?id=3368
Comment 6 Chris Davidson 2024-03-17 03:26:48 UTC
This bug, on the ntp.org bug, has been CONFIRMED as an issue.

There has not been any movement on this for a few years though.