Files
ntp/ntp-clarify-interface.patch
Reinhard Max 8f39992171 - jsc#SLE-15482, ntp-clarify-interface.patch:
Adjust the documentation to clarify that "interface ignore all"
  does not cover the wildcard and localhost addresses.

OBS-URL: https://build.opensuse.org/package/show/network:time/ntp?expand=0&rev=202
2021-05-20 11:05:53 +00:00

78 lines
2.6 KiB
Diff

--- ntpd/ntp.conf.def.orig
+++ ntpd/ntp.conf.def
@@ -2695,6 +2695,8 @@ which match the second parameter.
The second parameter specifies a class of addresses,
or a specific interface name,
or an address.
+.Cm all
+matches all addresses, except wildcard and localhost.
In the address case,
.Ar prefixlen
determines how many bits must match for this rule to apply.
--- ntpd/invoke-ntp.conf.texi.orig
+++ ntpd/invoke-ntp.conf.texi
@@ -2559,6 +2559,8 @@ which match the second parameter.
The second parameter specifies a class of addresses,
or a specific interface name,
or an address.
+@code{all}
+matches all addresses, except wildcard and localhost.
In the address case,
@kbd{prefixlen}
determines how many bits must match for this rule to apply.
--- ntpd/ntp.conf.5man.orig
+++ ntpd/ntp.conf.5man
@@ -2857,6 +2857,8 @@ which match the second parameter.
The second parameter specifies a class of addresses,
or a specific interface name,
or an address.
+\f\*[B-Font]allf[]
+matches all addresses, except wildcard and localhost.
In the address case,
\f\*[I-Font]prefixlen\f[]
determines how many bits must match for this rule to apply.
--- ntpd/ntp.conf.5mdoc.orig
+++ ntpd/ntp.conf.5mdoc
@@ -2692,6 +2692,8 @@ which match the second parameter.
The second parameter specifies a class of addresses,
or a specific interface name,
or an address.
+.Cm all
+matches all addresses, except wildcard and localhost.
In the address case,
.Ar prefixlen
determines how many bits must match for this rule to apply.
--- ntpd/ntp.conf.html.orig
+++ ntpd/ntp.conf.html
@@ -2862,6 +2862,8 @@ which match the second parameter.
The second parameter specifies a class of addresses,
or a specific interface name,
or an address.
+<code>all</code>
+matches all addresses, except wildcard and localhost.
In the address case,
<kbd>prefixlen</kbd>
determines how many bits must match for this rule to apply.
--- ntpd/ntp.conf.man.in.orig
+++ ntpd/ntp.conf.man.in
@@ -2857,6 +2857,8 @@ which match the second parameter.
The second parameter specifies a class of addresses,
or a specific interface name,
or an address.
+\f\*[B-Font]all\f[]
+matches all addresses, except wildcard and localhost.
In the address case,
\f\*[I-Font]prefixlen\f[]
determines how many bits must match for this rule to apply.
--- ntpd/ntp.conf.mdoc.in.orig
+++ ntpd/ntp.conf.mdoc.in
@@ -2692,6 +2692,8 @@ which match the second parameter.
The second parameter specifies a class of addresses,
or a specific interface name,
or an address.
+.Cm all
+matches all addresses, except wildcard and localhost.
In the address case,
.Ar prefixlen
determines how many bits must match for this rule to apply.