From: Jorge Pereira Date: Thu, 7 Feb 2019 18:15:32 +0000 (-0200) Subject: Minor fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d0e6322cc3ede6bd5cf367002dad3822b586019;p=thirdparty%2Ffreeradius-server.git Minor fixes --- diff --git a/raddb/mods-available/ippool b/raddb/mods-available/ippool index a5ed0dd9e38..acc7e862c42 100644 --- a/raddb/mods-available/ippool +++ b/raddb/mods-available/ippool @@ -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 diff --git a/raddb/mods-available/rediswho b/raddb/mods-available/rediswho index 7c4cd57ed3a..ac2deee781b 100644 --- a/raddb/mods-available/rediswho +++ b/raddb/mods-available/rediswho @@ -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}" diff --git a/raddb/mods-available/sqlippool b/raddb/mods-available/sqlippool index 1a09d5a2e52..918e3521f3c 100644 --- a/raddb/mods-available/sqlippool +++ b/raddb/mods-available/sqlippool @@ -6,7 +6,7 @@ ####################################################################### # -# ## SQL-IP-Pool Module +# = SQL-IP-Pool Module # # The module `sqlippool` provide configuration for the SQL based IP Pool module. #