]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Minor fixes 2471/head
authorJorge Pereira <jpereira@freeradius.org>
Thu, 7 Feb 2019 18:15:32 +0000 (16:15 -0200)
committerJorge Pereira <jpereira@freeradius.org>
Thu, 7 Feb 2019 18:17:04 +0000 (16:17 -0200)
raddb/mods-available/ippool
raddb/mods-available/rediswho
raddb/mods-available/sqlippool

index a5ed0dd9e389b5f0d319615eb8397acff3012ecd..acc7e862c42e599b58b65a20d47b57dd0d777251 100644 (file)
@@ -70,6 +70,7 @@ ippool main_pool {
 
        #
        #  cache_size:: The `gdbm` cache size for the db files.
+       #
        #  Should be equal to the number of ip's available in the ip pool.
        #
        cache_size = 800
@@ -88,7 +89,8 @@ ippool main_pool {
        #
        #  maximum_timeout:: Specifies the maximum time in seconds that an entry
        #  may be active.  If set to zero, means _no timeout_.
-       #  The default value is 0
+       #
+       #  Default value is `0`.
        #
        maximum_timeout = 0
 
index 7c4cd57ed3a72b7d62d32fa38c23802512437a63..ac2deee781b59738935df56a5dfe9e1076d87183 100644 (file)
@@ -12,7 +12,7 @@
 #
 
 #
-#  ## Default instance
+#  # Default instance
 #
 rediswho {
        #
@@ -50,7 +50,7 @@ rediswho {
        expire_time = 86400
 
        #
-       #  ### Queries by Acct-Status-Type
+       #  ## Queries by Acct-Status-Type
        #
        #  Each subsection contains insert / trim / expire queries.
        #
@@ -64,7 +64,7 @@ rediswho {
        #
 
        #
-       #  .Start
+       #  ### Start
        #
        Start {
                insert = "LPUSH %{User-Name} %l,%{Acct-Session-Id},%{%{NAS-IP-Address}:-%{NAS-IPv6-Address}},%{Acct-Session-Time},%{Framed-IP-Address},%{%{Acct-Input-Gigawords}:-0},%{%{Acct-Output-Gigawords}:-0},%{%{Acct-Input-Octets}:-0},%{%{Acct-Output-Octets}:-0}"
@@ -73,7 +73,7 @@ rediswho {
        }
 
        #
-       #  .Interim-Update
+       #  ### Interim-Update
        #
        Interim-Update {
                insert = "LPUSH %{User-Name} %l,%{Acct-Session-Id},%{%{NAS-IP-Address}:-%{NAS-IPv6-Address}},%{Acct-Session-Time},%{Framed-IP-Address},%{%{Acct-Input-Gigawords}:-0},%{%{Acct-Output-Gigawords}:-0},%{%{Acct-Input-Octets}:-0},%{%{Acct-Output-Octets}:-0}"
@@ -82,7 +82,7 @@ rediswho {
        }
 
        #
-       #  .Stop
+       #  ### Stop
        #
        Stop {
                insert = "LPUSH %{User-Name} %l,%{Acct-Session-Id},%{%{NAS-IP-Address}:-%{NAS-IPv6-Address}},%{Acct-Session-Time},%{Framed-IP-Address},%{%{Acct-Input-Gigawords}:-0},%{%{Acct-Output-Gigawords}:-0},%{%{Acct-Input-Octets}:-0},%{%{Acct-Output-Octets}:-0}"
index 1a09d5a2e527aca3b40eaf1fc29a460c153810a8..918e3521f3c693469054265adc1898774996841d 100644 (file)
@@ -6,7 +6,7 @@
 
 #######################################################################
 #
-#  ## SQL-IP-Pool Module
+#  = SQL-IP-Pool Module
 #
 #  The module `sqlippool` provide configuration for the SQL based IP Pool module.
 #