Ping.

On Tue, Feb 02, 2021 at 01:45:25AM GMT, Raf Czlonka wrote:
> Hello,
> 
> Fix formatting of the snmpd.conf configuration snippet.
> 
> While there:
> 
> - reduce whitespace from three to two lines as per the comment:
> 
>       <!--
>            Two blank lines before new sections.
>            [...]
> 
> Just to make sure, I take it that the leading dot ('.') in one of
> the OIDs, or lack thereof in the other, as well as "mib-2" vs.
> "mib_2" are deliberate?
> 
> Regards,
> 
> Raf
> 
> Index: faq/current.html
> ===================================================================
> RCS file: /cvs/www/faq/current.html,v
> retrieving revision 1.1062
> diff -u -p -r1.1062 current.html
> --- faq/current.html  1 Feb 2021 13:49:52 -0000       1.1062
> +++ faq/current.html  2 Feb 2021 01:43:35 -0000
> @@ -57,7 +57,6 @@ use a snapshot to recover.
>  Most of these changes will have to be performed as root.
>  
>  
> -
>  <h3 id="r20201107">2020/11/07 - iked.conf "to dynamic"</h3>
>  
>  New keywords have been introduced to
> @@ -133,15 +132,15 @@ code lead to the following changes:
>  functionality on the listen socket, where it previously would enable a listen
>  socket on every UDP listen on statement.
>  For identical behaviour the UDP listen on statements need to be duplicated 
> with
> -an notify flag appended.
> -<pre><code>
> +an notify flag appended:
> +<blockquote><pre>
>  listen on 127.0.0.1
> -</code></pre>
> -would become
> -<pre><code>
> +</pre></blockquote>
> +would become:
> +<blockquote><pre>
>  listen on 127.0.0.1
>  listen on 127.0.0.1 notify
> -</code></pre>
> +</pre></blockquote>
>  <li>Incoming trap packets are now checked against trap community, where it
>  would previously ignore the community.</li>
>  <li>traphandler_v1translate now fully complies to RFC3584 section 3.1, where 
> it

Reply via email to